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)
'使用
Dim instance As CreateSpatialIndexStatement
Dim value As IList(Of SpatialIndexOption)

value = instance.SpatialIndexOptions
public IList<SpatialIndexOption> SpatialIndexOptions { get; }
public:
property IList<SpatialIndexOption^>^ SpatialIndexOptions {
    IList<SpatialIndexOption^>^ get ();
}
public function get SpatialIndexOptions () : IList<SpatialIndexOption>

プロパティ値

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

参照

参照

CreateSpatialIndexStatement クラス

CreateSpatialIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間