Partager via


Méthode Warnings.AddErrors (Collection<Error>)

Adds a collection of errors to the collection of services errors to treat as warnings.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public Sub AddErrors ( _
    errors As Collection(Of Error) _
)
'Utilisation
Dim instance As Warnings 
Dim errors As Collection(Of Error)

instance.AddErrors(errors)
public void AddErrors(
    Collection<Error> errors
)
public:
void AddErrors(
    Collection<Error^>^ errors
)
member AddErrors : 
        errors:Collection<Error> -> unit
public function AddErrors(
    errors : Collection<Error>
)

Paramètres

Voir aussi

Référence

Warnings Classe

Surcharge AddErrors

Espace de noms Microsoft.MasterDataServices.Deployment