Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Remarque : cette API est désormais obsolète.
Adds an error to the collection of staging batch errors to treat as warnings.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")> _
Public Sub AddError ( _
error As StagingBatchError _
)
'Utilisation
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
)
Paramètres
- error
Type : Microsoft.MasterDataServices.Services.DataContracts.StagingBatchError
The StagingBatchError instance to add.