Partager via


Propriété IsWarning

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets a value indicating whether the validation resulted in a warning.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsWarning As Boolean
    Get
'Utilisation
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

Valeur de propriété

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