다음을 통해 공유


CreateSpatialIndexStatement.SpatialIndexOptions 속성

Gets a list of spatial index parameters.

네임스페이스:  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>
The list of spatial index parameters.

참고 항목

참조

CreateSpatialIndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스