Compartir a través de


DataType.Geometry Propiedad

The Geometry property contains spatial data that represents information about the physical location and shape of geometric objects.

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

Sintaxis

'Declaración
Public Shared ReadOnly Property Geometry As DataType 
    Get
'Uso
Dim value As DataType 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.DataType
A DataType object value that specifies a Geometry definition in the data type.

Ejemplos

Visual Basic

Dim dt As DataType
dt = New DataType(SqlDataType.Geometry)

PowerShell

$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::Geometry)

Vea también

Referencia

DataType Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo