Compartir a través de


ValidationState.HasErrors Propiedad

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.

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 ReadOnly Property HasErrors As Boolean 
    Get
'Uso
Dim instance As ValidationState 
Dim value As Boolean 

value = instance.HasErrors
public bool HasErrors { get; }
public:
property bool HasErrors {
    bool get ();
}
member HasErrors : bool
function get HasErrors () : boolean

Valor de la propiedad

Tipo: System.Boolean
True if the ValidationState contains at least one error. Otherwise, false.

Vea también

Referencia

ValidationState Clase

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