共用方式為


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 命名空間