Freigeben über


ValidationState.HasWarnings-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. Gets a value indicating whether the ValidationState contains one or more warnings.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ValidationState Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace