Warnings.AddErrors 메서드 (Collection<Error>)
Adds a collection of errors to the collection of services errors to treat as warnings.
네임스페이스: Microsoft.MasterDataServices.Deployment
어셈블리: Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)
구문
‘선언
Public Sub AddErrors ( _
errors As Collection(Of Error) _
)
‘사용 방법
Dim instance As Warnings
Dim errors As Collection(Of Error)
instance.AddErrors(errors)
public void AddErrors(
Collection<Error> errors
)
public:
void AddErrors(
Collection<Error^>^ errors
)
member AddErrors :
errors:Collection<Error> -> unit
public function AddErrors(
errors : Collection<Error>
)
매개 변수
- errors
유형: System.Collections.ObjectModel.Collection<Error>
A collection of Error instances to add.