AddError 方法 (StagingBatchError)
Adds an error to the collection of StagingBatchError objects to treat as warnings.
命名空间: Microsoft.MasterDataServices.Deployment
程序集: Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)
语法
声明
Public Sub AddError ( _
error As StagingBatchError _
)
用法
Dim instance As Warnings
Dim error As StagingBatchError
instance.AddError(error)
public void AddError(
StagingBatchError error
)
public:
void AddError(
StagingBatchError^ error
)
member AddError :
error:StagingBatchError -> unit
public function AddError(
error : StagingBatchError
)
参数
- error
类型:Microsoft.MasterDataServices.Services.DataContracts. . :: . .StagingBatchError
The instance to add.