Warnings-Klasse

Represents the model deployment errors that are treated as warnings.

Vererbungshierarchie

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

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

Syntax

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

Der Warnings-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Warnings Initializes a new instance of the Warnings class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of the errors in all collections.
Öffentliche Eigenschaft ServicesErrors Gets the collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.
Öffentliche Eigenschaft StagingBatchErrors Gets a collection of staging errors to treat as warnings.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AddError(Error) Adds an error to the collection of Error objects to treat as warnings.
Öffentliche Methode AddError(StagingBatchError) Adds an error to the collection of StagingBatchError objects to treat as warnings.
Öffentliche Methode AddErrors(IEnumerable< (Of < <' (Error> ) > > )) Adds a collection of errors that iterates through the collection of Error objects to treat as warnings.
Öffentliche Methode AddErrors(Collection< (Of < <' (Error> ) > > )) Adds a collection of errors to the collection of Error objects to treat as warnings.
Öffentliche Methode AddErrors(IEnumerable< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors that iterates through the collection of StagingBatchError objects to treat as warnings.
Öffentliche Methode AddErrors(Collection< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors to the collection of StagingBatchError objects to treat as warnings.
Öffentliche Methode ClearErrors Indicates to clear out all error collections.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.