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
'Usage
Dim instance As BoundingBoxParameter
Dim value As BoundingBoxParameterType
value = instance.Parameter
instance.Parameter = value
public BoundingBoxParameterType Parameter { get; set; }
public:
property BoundingBoxParameterType Parameter {
BoundingBoxParameterType get ();
void set (BoundingBoxParameterType value);
}
public function get Parameter () : BoundingBoxParameterType
public function set Parameter (value : BoundingBoxParameterType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.BoundingBoxParameterType
Returns a BoundingBoxParameterType enumeration value.
.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.