IsWarning Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Gets a value indicating whether the validation resulted in a warning.
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 IsWarning As Boolean
Get
'Uso
Dim instance As ValidationResult
Dim value As Boolean
value = instance.IsWarning
public bool IsWarning { get; }
public:
property bool IsWarning {
bool get ();
}
member IsWarning : bool
function get IsWarning () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
True if the validation resulted in a warning. Otherwise, false.
Vea también