Compartir a través de


SqlGeography.Null Propiedad

Returns a read-only property providing a null instance of the SqlGeography type.

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

Sintaxis

'Declaración
Public Shared ReadOnly Property Null As SqlGeography 
    Get
'Uso
Dim value As SqlGeography 

value = SqlGeography.Null
public static SqlGeography Null { get; }
public:
static property SqlGeography^ Null {
    SqlGeography^ get ();
}
static member Null : SqlGeography
static function get Null () : SqlGeography

Valor de la propiedad

Tipo: Microsoft.SqlServer.Types.SqlGeography
A null instance of the SqlGeography class.

Vea también

Referencia

SqlGeography Clase

Espacio de nombres Microsoft.SqlServer.Types