BoundingBoxParameter.Parameter Property

Gets or sets the spatial index structured parameter by name spatial index option BOUNDING_BOX.

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

Syntax

'Declaration
Public Property Parameter As BoundingBoxParameterType
public BoundingBoxParameterType Parameter { get; set; }
public:
property BoundingBoxParameterType Parameter {
    BoundingBoxParameterType get ();
    void set (BoundingBoxParameterType value);
}
member Parameter : BoundingBoxParameterType with get, set
function get Parameter () : BoundingBoxParameterType
function set Parameter (value : BoundingBoxParameterType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.BoundingBoxParameterType
Returns a BoundingBoxParameterType enumeration value.

.NET Framework Security

See Also

Reference

BoundingBoxParameter Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace