CreateSpatialIndexStatement.SpatialIndexingScheme 属性

Gets or sets the spatial index scheme.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeType
The spatial index scheme.

请参阅

参考

CreateSpatialIndexStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间