Compartir a través de


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

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

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Warnings Clase

Sobrecarga de AddErrors

Espacio de nombres Microsoft.MasterDataServices.Deployment