Compartilhar via


Classe ValidationState

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Provides data on the state of an SFC validation operation.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Class ValidationState
'Uso
Dim instance As ValidationState
public class ValidationState
public ref class ValidationState
type ValidationState =  class end
public class ValidationState

O tipo ValidationState expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ValidationState() Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new, default instance of the ValidationState class.
Método público ValidationState(Exception, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified exception and binding key.
Método público ValidationState(String, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified message and binding key.
Método público ValidationState(Exception, String, Boolean) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type.
Método público ValidationState(String, Exception, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type.
Método público ValidationState(String, String, Boolean) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified error message, binding key, and fault type.
Método público ValidationState(String, Exception, String, Boolean) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type.

Início

Propriedades

  Nome Descrição
Propriedade pública HasErrors Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets a value indicating whether the ValidationState contains one or more errors.
Propriedade pública HasWarnings Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings.
Propriedade pública Results Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets the list of results associated with this validation state.

Início

Métodos

  Nome Descrição
Método público AddError(Exception, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Adds an error with the specified exception and binding key to the ValidationState.
Método público AddError(String, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Adds an error with the specified message and binding key to the ValidationState.
Método público AddError(String, Exception, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Adds an error with the specified message, exception, and binding key to the ValidationState.
Método público AddWarning(Exception, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Adds a warning with the specified exception and binding key to the ValidationState.
Método público AddWarning(String, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Adds a warning with the specified message and binding key to the ValidationState.
Método público AddWarning(String, Exception, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Adds a warning with the specified message, exception and binding key to the ValidationState.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc