Compartir a través de


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
Método público 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.
Método público 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.
Método público 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.
Método público 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.
Método público 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.
Método público 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.
Método público 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
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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
Método público 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.
Método público 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.
Método público 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.
Método público 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.
Método público 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.
Método público 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.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc