Freigeben über


BoundingBoxSpatialIndexOption.BoundingBoxParameters-Eigenschaft

Ruft eine Liste mit Parametern für umgebende Felder ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

BoundingBoxSpatialIndexOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace