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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.