Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the model deployment errors that are treated as warnings.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Deployment.Warnings
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class Warnings
'Utilisation
Dim instance As Warnings
[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings
[<SerializableAttribute>]
type Warnings = class end
public class Warnings
Le type Warnings expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
Warnings | Initializes a new instance of the Warnings class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Gets a count of the errors in all collections. |
![]() |
ServicesErrors | Gets the services API errors to treat as warnings. |
![]() |
StagingBatchErrors | Obsolète. Gets the staging batch errors to treat as warnings. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
AddError(Error) | Adds an error to the collection of services errors to treat as warnings. |
![]() |
AddError(StagingBatchError) | Obsolète. 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>) | Obsolète. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(Collection<StagingBatchError>) | Obsolète. Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
![]() |
ClearErrors | Clears out all error collections. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)