Udostępnij za pośrednictwem


Właściwość SqlGeography.IsNull

Określa, czy SqlGeography wystąpienie 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 SqlGeography
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ść określająca, czy SqlGeography wystąpienie jest null.Jeśli true, wystąpienie jest null.W przeciwnym razie false.

Implementacje

INullable.IsNull