Compartir a través de


SqlGeography.IsNull (Propiedad)

 

Determina si la instancia SqlGeography es NULL.

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

Sintaxis

public bool IsNull {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property bool IsNull {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    virtual bool get() sealed;
}
abstract IsNull : bool with get
override IsNull : bool with get
Public ReadOnly Property IsNull As Boolean

Valor de propiedad

Type: System.Boolean

Valor bool que especifica si la instancia SqlGeography es NULL. Si es true, la instancia es NULL. En caso contrario, es false.

Implementaciones

INullable.IsNull

Vea también

SqlGeography (Clase)
Microsoft.SqlServer.Types (Espacio de nombres)

Volver al principio