Compartir a través de


IsNull Propiedad

Determines whether the SqlGeography instance is null.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsNull As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A bool value that specifies whether the SqlGeography instance is null. If true, the instance is null. Otherwise, false.

Implementa

INullable. . :: . .IsNull