Udostępnij przez


Właściwość ValidationState.HasWarnings

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.. Pobiera wartość wskazującą czy ValidationState zawiera jeden lub więcej ostrzeżeń.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public ReadOnly Property HasWarnings As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli ValidationState zawiera co najmniej jeden ostrzeżenie.W przeciwnym razie false.