Clase Warnings

Represents the model deployment errors that are treated as warnings.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Deployment.Warnings

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class Warnings
'Uso
Dim instance As Warnings
[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings
[<SerializableAttribute>]
type Warnings =  class end
public class Warnings

El tipo Warnings expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Warnings Initializes a new instance of the Warnings class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets a count of the errors in all collections.
Propiedad pública ServicesErrors Gets the services API errors to treat as warnings.
Propiedad pública StagingBatchErrors Obsoleto. Gets the staging batch errors to treat as warnings.

Arriba

Métodos

  Nombre Descripción
Método público AddError(Error) Adds an error to the collection of services errors to treat as warnings.
Método público AddError(StagingBatchError) Obsoleto. Adds an error to the collection of staging batch errors to treat as warnings.
Método público AddErrors(IEnumerable<Error>) Adds a collection of errors that iterates through the collection of services errors to treat as warnings.
Método público AddErrors(Collection<Error>) Adds a collection of errors to the collection of services errors to treat as warnings.
Método público AddErrors(IEnumerable<StagingBatchError>) Obsoleto. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings.
Método público AddErrors(Collection<StagingBatchError>) Obsoleto. Adds a collection of errors to the collection of staging batch errors to treat as warnings.
Método público ClearErrors Clears out all error collections.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Deployment