Свойство BoundingBoxSpatialIndexOption.BoundingBoxParameters

Gets or sets the parameters for BOUNDING_BOX option of spatial index.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
    Get
'Применение
Dim instance As BoundingBoxSpatialIndexOption 
Dim value As IList(Of BoundingBoxParameter)

value = instance.BoundingBoxParameters
public IList<BoundingBoxParameter> BoundingBoxParameters { get; }
public:
property IList<BoundingBoxParameter^>^ BoundingBoxParameters {
    IList<BoundingBoxParameter^>^ get ();
}
member BoundingBoxParameters : IList<BoundingBoxParameter>
function get BoundingBoxParameters () : IList<BoundingBoxParameter>

Значение свойства

Тип: System.Collections.Generic.IList<BoundingBoxParameter>
The parameters for BOUNDING_BOX option of spatial index option.

См. также

Справочник

BoundingBoxSpatialIndexOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom