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 命名空间