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.