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.