Partager via


Propriété BoundingBoxSpatialIndexOption.BoundingBoxParameters

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

BoundingBoxSpatialIndexOption Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom