Freigeben über


SfcProperty.IsNull-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property IsNull As Boolean 
    Get
'Usage
Dim instance As SfcProperty 
Dim value As Boolean 

value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
    bool get () sealed;
}
abstract IsNull : bool 
override IsNull : bool
final function get IsNull () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the property collection is null; otherwise, false.

Implementiert

ISfcProperty.IsNull

Siehe auch

Verweis

SfcProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace