다음을 통해 공유


Warnings.AddErrors 메서드 (IEnumerable<Error>)

Adds a collection of errors that iterates through the collection of services errors to treat as warnings.

네임스페이스:  Microsoft.MasterDataServices.Deployment
어셈블리:  Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)

구문

‘선언
Public Sub AddErrors ( _
    errors As IEnumerable(Of Error) _
)
‘사용 방법
Dim instance As Warnings 
Dim errors As IEnumerable(Of Error)

instance.AddErrors(errors)
public void AddErrors(
    IEnumerable<Error> errors
)
public:
void AddErrors(
    IEnumerable<Error^>^ errors
)
member AddErrors : 
        errors:IEnumerable<Error> -> unit
public function AddErrors(
    errors : IEnumerable<Error>
)

매개 변수

참고 항목

참조

Warnings 클래스

AddErrors 오버로드

Microsoft.MasterDataServices.Deployment 네임스페이스