Compartir a través de


ValidationState.HasWarnings 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 warnings.

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

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

Valor de la propiedad

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

Vea también

Referencia

ValidationState Clase

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