Freigeben über


SqlGeometry.IsNull-Eigenschaft

Gets a value that indicates whether the SqlGeometry object is null.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public ReadOnly Property IsNull As Boolean 
    Get
'Usage
Dim instance As SqlGeometry 
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
A bool value that indicates whether the object is nullein NULL-Verweis (Nothing in Visual Basic). If true, the object is null. Otherwise, false.

Implementiert

INullable.IsNull

Hinweise

This member is virtual.

Siehe auch

Verweis

SqlGeometry Klasse

Microsoft.SqlServer.Types-Namespace