다음을 통해 공유


Warnings.AddErrors 메서드 (Collection<StagingBatchError>)

참고: 이 API는 더 이상 사용되지 않습니다.

Adds a collection of errors to the collection of staging batch errors to treat as warnings.

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

구문

‘선언
<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")> _
Public Sub AddErrors ( _
    errors As Collection(Of StagingBatchError) _
)
‘사용 방법
Dim instance As Warnings 
Dim errors As Collection(Of StagingBatchError)

instance.AddErrors(errors)
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
public void AddErrors(
    Collection<StagingBatchError> errors
)
[ObsoleteAttribute(L"StagingBatchError's are no longer added to the Warnings class")]
public:
void AddErrors(
    Collection<StagingBatchError^>^ errors
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddErrors : 
        errors:Collection<StagingBatchError> -> unit
public function AddErrors(
    errors : Collection<StagingBatchError>
)

매개 변수

참고 항목

참조

Warnings 클래스

AddErrors 오버로드

Microsoft.MasterDataServices.Deployment 네임스페이스