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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
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. | |
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. | |
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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.