Compartir a través de


SqlGeometry.Null Propiedad

Gets a read-only property providing a null instance of the SqlGeometry 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 SqlGeometry 
    Get
'Uso
Dim value As SqlGeometry 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Types.SqlGeometry
A null SqlGeometry instance.

Comentarios

This member is static.

Vea también

Referencia

SqlGeometry Clase

Espacio de nombres Microsoft.SqlServer.Types