Compartir a través de


CreateSpatialIndexStatement.SpatialIndexingScheme Propiedad

Gets or sets the spatial index scheme.

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

Sintaxis

'Declaración
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType 
    Get 
    Set
'Uso
Dim instance As CreateSpatialIndexStatement 
Dim value As SpatialIndexingSchemeType 

value = instance.SpatialIndexingScheme

instance.SpatialIndexingScheme = value
public SpatialIndexingSchemeType SpatialIndexingScheme { get; set; }
public:
property SpatialIndexingSchemeType SpatialIndexingScheme {
    SpatialIndexingSchemeType get ();
    void set (SpatialIndexingSchemeType value);
}
member SpatialIndexingScheme : SpatialIndexingSchemeType with get, set
function get SpatialIndexingScheme () : SpatialIndexingSchemeType 
function set SpatialIndexingScheme (value : SpatialIndexingSchemeType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeType
The spatial index scheme.

Vea también

Referencia

CreateSpatialIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom