Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.