CreateSpatialIndexStatement.SpatialIndexingScheme 属性

获取或设置空间索引方案。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType
    Get
    Set
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.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
返回一个 SpatialIndexingSchemeType 枚举值。

.NET Framework 安全性

请参见

参考

CreateSpatialIndexStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间