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
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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
Proprietà pubblica 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.
Proprietà pubblica 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.
Proprietà pubblica 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
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc