次の方法で共有


CreateSpatialIndexStatement.SpatialIndexOptions プロパティ

空間インデックス パラメーターの一覧を取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property SpatialIndexOptions As IList(Of SpatialIndexOption)
    Get
'使用
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 ();
}
member SpatialIndexOptions : IList<SpatialIndexOption>
function get SpatialIndexOptions () : IList<SpatialIndexOption>

プロパティ値

型: System.Collections.Generic.IList<SpatialIndexOption>
空間インデックス パラメーターの一覧。

関連項目

参照

CreateSpatialIndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間