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 a collection of errors that iterates through 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 AddErrors ( _
errors As IEnumerable(Of StagingBatchError) _
)
'Utilisation
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>
)
Paramètres
- errors
Type : System.Collections.Generic.IEnumerable<StagingBatchError>
A collection of StagingBatchError instances to add.