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 a count of the errors in all collections.
Öffentliche Eigenschaft ServicesErrors Gets the services API errors to treat as warnings.
Öffentliche Eigenschaft StagingBatchErrors Veraltet Gets the staging batch errors to treat as warnings.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AddError(Error) Adds an error to the collection of services errors to treat as warnings.
Öffentliche Methode AddError(StagingBatchError) Veraltet Adds an error to the collection of staging batch errors to treat as warnings.
Öffentliche Methode AddErrors(IEnumerable<Error>) Adds a collection of errors that iterates through the collection of services errors to treat as warnings.
Öffentliche Methode AddErrors(Collection<Error>) Adds a collection of errors to the collection of services errors to treat as warnings.
Öffentliche Methode AddErrors(IEnumerable<StagingBatchError>) Veraltet Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings.
Öffentliche Methode AddErrors(Collection<StagingBatchError>) Veraltet Adds a collection of errors to the collection of staging batch errors to treat as warnings.
Öffentliche Methode ClearErrors Clears 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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace