Compartilhar via


Método Warnings.AddErrors (IEnumerable<Error>)

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
Public Sub AddErrors ( _
    errors As IEnumerable(Of Error) _
)
'Uso
Dim instance As Warnings 
Dim errors As IEnumerable(Of Error)

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

Parâmetros

Consulte também

Referência

Warnings Classe

Sobrecarregado AddErrors

Namespace Microsoft.MasterDataServices.Deployment