Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 | |
|---|---|---|
![]() |
Warnings | Initializes a new instance of the Warnings class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Count | Gets a count of the errors in all collections. |
![]() |
ServicesErrors | Gets the services API errors to treat as warnings. |
![]() |
StagingBatchErrors | Obsoleto. Gets the staging batch errors to treat as warnings. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
AddError(Error) | Adds an error to the collection of services errors to treat as warnings. |
![]() |
AddError(StagingBatchError) | Obsoleto. 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>) | Obsoleto. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(Collection<StagingBatchError>) | Obsoleto. Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
![]() |
ClearErrors | Clears out all error collections. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.
.gif)
.gif)
.gif)