Udostępnij za pośrednictwem


Właściwość SqlGeometry.IsNull

Pobiera wartość wskazująca, czy SqlGeometry obiekt jest null.

Przestrzeń nazw:  Microsoft.SqlServer.Types
Zestaw:  Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)

Składnia

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

Wartość właściwości

Typ: System.Boolean
A bool wartość wskazująca, czy obiekt jest nullodwołanie o wartości null (Nothing w języku Visual Basic).Jeśli true, obiekt jest null.W przeciwnym razie false.

Implementacje

INullable.IsNull

Uwagi

To element członkowski jest wirtualnego.