Sdílet prostřednictvím


BoundingBoxSpatialIndexOption.BoundingBoxParameters – vlastnost

Získá seznam ohraničovacího rámečku Parametry.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
    Get
public IList<BoundingBoxParameter> BoundingBoxParameters { get; }
public:
property IList<BoundingBoxParameter^>^ BoundingBoxParameters {
    IList<BoundingBoxParameter^>^ get ();
}
member BoundingBoxParameters : IList<BoundingBoxParameter>
function get BoundingBoxParameters () : IList<BoundingBoxParameter>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<BoundingBoxParameter>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BoundingBoxSpatialIndexOption Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů