Compartir a través de


SqlGeography.Null (Propiedad)

 

Devuelve una propiedad de solo lectura que proporciona una instancia NULL de tipo SqlGeography.

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

Sintaxis

public static SqlGeography Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property SqlGeography^ Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    static SqlGeography^ get();
}
static member Null : SqlGeography with get
Public Shared ReadOnly Property Null As SqlGeography

Valor de propiedad

Type: Microsoft.SqlServer.Types.SqlGeography

Instancia NULL de la clase SqlGeography.

Vea también

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

Volver al principio