Warnings.AddErrors 메서드 (IEnumerable<StagingBatchError>)
참고: 이 API는 더 이상 사용되지 않습니다.
Adds a collection of errors that iterates through 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 IEnumerable(Of StagingBatchError) _
)
‘사용 방법
Dim instance As Warnings
Dim errors As IEnumerable(Of StagingBatchError)
instance.AddErrors(errors)
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
public void AddErrors(
IEnumerable<StagingBatchError> errors
)
[ObsoleteAttribute(L"StagingBatchError's are no longer added to the Warnings class")]
public:
void AddErrors(
IEnumerable<StagingBatchError^>^ errors
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddErrors :
errors:IEnumerable<StagingBatchError> -> unit
public function AddErrors(
errors : IEnumerable<StagingBatchError>
)
매개 변수
- errors
유형: System.Collections.Generic.IEnumerable<StagingBatchError>
A collection of StagingBatchError instances to add.