Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Warnings | Initializes a new instance of the Warnings class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Gets a count of the errors in all collections. |
![]() |
ServicesErrors | Gets the services API errors to treat as warnings. |
![]() |
StagingBatchErrors | Veraltet Gets the staging batch errors to treat as warnings. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
AddError(Error) | Adds an error to the collection of services errors to treat as warnings. |
![]() |
AddError(StagingBatchError) | Veraltet Adds an error to the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(IEnumerable<Error>) | Adds a collection of errors that iterates through the collection of services errors to treat as warnings. |
![]() |
AddErrors(Collection<Error>) | Adds a collection of errors to the collection of services errors to treat as warnings. |
![]() |
AddErrors(IEnumerable<StagingBatchError>) | Veraltet Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(Collection<StagingBatchError>) | Veraltet Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
![]() |
ClearErrors | Clears out all error collections. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)
.gif)