Classe ValidationState
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Provides data on the state of an SFC validation operation.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ValidationState
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Class ValidationState
'Utilizzo
Dim instance As ValidationState
public class ValidationState
public ref class ValidationState
type ValidationState = class end
public class ValidationState
Nel tipo ValidationState sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ValidationState() () () () | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new, default instance of the ValidationState class. | |
ValidationState(Exception, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new instance of the ValidationState class with the specified exception and binding key. | |
ValidationState(String, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new instance of the ValidationState class with the specified message and binding key. | |
ValidationState(Exception, String, Boolean) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, Exception, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, String, Boolean) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new instance of the ValidationState class with the specified error message, binding key, and fault type. | |
ValidationState(String, Exception, String, Boolean) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
HasErrors | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets a value indicating whether the ValidationState contains one or more errors. | |
HasWarnings | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings. | |
Results | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets the list of results associated with this validation state. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddError(Exception, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Adds an error with the specified exception and binding key to the ValidationState. | |
AddError(String, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Adds an error with the specified message and binding key to the ValidationState. | |
AddError(String, Exception, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Adds an error with the specified message, exception, and binding key to the ValidationState. | |
AddWarning(Exception, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Adds a warning with the specified exception and binding key to the ValidationState. | |
AddWarning(String, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Adds a warning with the specified message and binding key to the ValidationState. | |
AddWarning(String, Exception, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Adds a warning with the specified message, exception and binding key to the ValidationState. | |
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.