Classe ValidationResult
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. The ValidationResult class contains information on the results of an SFC validate operation.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ValidationResult
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Class ValidationResult
'Uso
Dim instance As ValidationResult
public class ValidationResult
public ref class ValidationResult
type ValidationResult = class end
public class ValidationResult
O tipo ValidationResult expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BindingKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets the name of the property that caused the validation error. | |
ErrorDetails | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets an Exception value containing details on the error thrown during validation. | |
IsWarning | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets a value indicating whether the validation resulted in a warning. | |
Text | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets the text of the validation result item. |
Início
Métodos
Nome | Descrição | |
---|---|---|
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.