Warnings.AddError 메서드 (StagingBatchError)
참고: 이 API는 더 이상 사용되지 않습니다.
Adds an error 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 AddError ( _
error As StagingBatchError _
)
‘사용 방법
Dim instance As Warnings
Dim error As StagingBatchError
instance.AddError(error)
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
public void AddError(
StagingBatchError error
)
[ObsoleteAttribute(L"StagingBatchError's are no longer added to the Warnings class")]
public:
void AddError(
StagingBatchError^ error
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddError :
error:StagingBatchError -> unit
public function AddError(
error : StagingBatchError
)
매개 변수
- error
유형: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchError
The StagingBatchError instance to add.