다음을 통해 공유


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>
)

매개 변수

참고 항목

참조

Warnings 클래스

AddErrors 오버로드

Microsoft.MasterDataServices.Deployment 네임스페이스