Compartir a través de


BoundingBoxSpatialIndexOption.BoundingBoxParameters Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BoundingBoxSpatialIndexOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom