CreateSpatialIndexStatement.SpatialIndexOptions 属性

获取空间索引参数的列表。

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

语法

声明
Public ReadOnly Property SpatialIndexOptions As IList(Of SpatialIndexOption)
    Get
public IList<SpatialIndexOption> SpatialIndexOptions { get; }
public:
property IList<SpatialIndexOption^>^ SpatialIndexOptions {
    IList<SpatialIndexOption^>^ get ();
}
member SpatialIndexOptions : IList<SpatialIndexOption>
function get SpatialIndexOptions () : IList<SpatialIndexOption>

属性值

类型:System.Collections.Generic.IList<SpatialIndexOption>

.NET Framework 安全性

请参见

参考

CreateSpatialIndexStatement 类

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