Método AddError (StagingBatchError)
Adds an error to the collection of StagingBatchError objects to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public Sub AddError ( _
error As StagingBatchError _
)
'Uso
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
)
Parâmetros
- error
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .StagingBatchError
The instance to add.
Consulte também