Freigeben über


IsWarning-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. Gets a value indicating whether the validation resulted in a warning.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Eigenschaftswert

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