Partilhar via


Propriedade do RDL BoundingBoxSpatialIndexOption.BoundingBoxParameters

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

BoundingBoxSpatialIndexOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom