AddErrors 메서드 (IEnumerable(Error))

Adds a collection of errors that iterates through the collection of Error objects 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)

매개 변수