BoundingBoxSpatialIndexOption.BoundingBoxParameters Property

Gets a list of bounding box parameters.

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)
public IList<BoundingBoxParameter> BoundingBoxParameters { get; }
public:
property IList<BoundingBoxParameter^>^ BoundingBoxParameters {
    IList<BoundingBoxParameter^>^ get ();
}
member BoundingBoxParameters : IList<BoundingBoxParameter>
function get BoundingBoxParameters () : IList<BoundingBoxParameter>

Property Value

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

.NET Framework Security

See Also

Reference

BoundingBoxSpatialIndexOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace