Compartilhar via


Classe Warnings

Represents the model deployment errors that are treated as warnings.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Deployment..::..Warnings

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

Sintaxe

'Declaração
<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

O tipo Warnings expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Warnings Initializes a new instance of the Warnings class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of the errors in all collections.
Propriedade pública ServicesErrors Gets the collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.
Propriedade pública StagingBatchErrors Gets a collection of staging errors to treat as warnings.

Início

Métodos

  Nome Descrição
Método público AddError(Error) Adds an error to the collection of Error objects to treat as warnings.
Método público AddError(StagingBatchError) Adds an error to the collection of StagingBatchError objects to treat as warnings.
Método público AddErrors(IEnumerable< (Of < <' (Error> ) > > )) Adds a collection of errors that iterates through the collection of Error objects to treat as warnings.
Método público AddErrors(Collection< (Of < <' (Error> ) > > )) Adds a collection of errors to the collection of Error objects to treat as warnings.
Método público AddErrors(IEnumerable< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors that iterates through the collection of StagingBatchError objects to treat as warnings.
Método público AddErrors(Collection< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors to the collection of StagingBatchError objects to treat as warnings.
Método público ClearErrors Indicates to clear out all error collections.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.