Clase ValidationState
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Provides data on the state of an SFC validation operation.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ValidationState
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Class ValidationState
'Uso
Dim instance As ValidationState
public class ValidationState
public ref class ValidationState
type ValidationState = class end
public class ValidationState
El tipo ValidationState expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ValidationState() () () () | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new, default instance of the ValidationState class. | |
ValidationState(Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified exception and binding key. | |
ValidationState(String, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified message and binding key. | |
ValidationState(Exception, String, Boolean) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, String, Boolean) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
HasErrors | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Gets a value indicating whether the ValidationState contains one or more errors. | |
HasWarnings | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings. | |
Results | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Gets the list of results associated with this validation state. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddError(Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Adds an error with the specified exception and binding key to the ValidationState. | |
AddError(String, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Adds an error with the specified message and binding key to the ValidationState. | |
AddError(String, Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Adds an error with the specified message, exception, and binding key to the ValidationState. | |
AddWarning(Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Adds a warning with the specified exception and binding key to the ValidationState. | |
AddWarning(String, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Adds a warning with the specified message and binding key to the ValidationState. | |
AddWarning(String, Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Adds a warning with the specified message, exception and binding key to the ValidationState. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.