Proprietà ValidationResult.IsWarning

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets a value indicating whether the validation resulted in a warning.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsWarning As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
True if the validation resulted in a warning. Otherwise, false.

Vedere anche

Riferimento

ValidationResult Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc