Condividi tramite


Classe Warnings

Represents the model deployment errors that are treated as warnings.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class Warnings
'Utilizzo
Dim instance As Warnings
[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings
[<SerializableAttribute>]
type Warnings =  class end
public class Warnings

Nel tipo Warnings sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Warnings Initializes a new instance of the Warnings class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of the errors in all collections.
Proprietà pubblica ServicesErrors Gets the collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.
Proprietà pubblica StagingBatchErrors Gets a collection of staging errors to treat as warnings.

In alto

Metodi

  Nome Descrizione
Metodo pubblico AddError(Error) Adds an error to the collection of Error objects to treat as warnings.
Metodo pubblico AddError(StagingBatchError) Adds an error to the collection of StagingBatchError objects to treat as warnings.
Metodo pubblico AddErrors(IEnumerable< (Of < <' (Error> ) > > )) Adds a collection of errors that iterates through the collection of Error objects to treat as warnings.
Metodo pubblico AddErrors(Collection< (Of < <' (Error> ) > > )) Adds a collection of errors to the collection of Error objects to treat as warnings.
Metodo pubblico AddErrors(IEnumerable< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors that iterates through the collection of StagingBatchError objects to treat as warnings.
Metodo pubblico AddErrors(Collection< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors to the collection of StagingBatchError objects to treat as warnings.
Metodo pubblico ClearErrors Indicates to clear out all error collections.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.