BoundingBoxParameter.Parameter Property
Gets the spatial index structured parameter by name spatial index option BOUNDING_BOX.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Parameter As BoundingBoxParameterType
Get
Set
'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);
}
member Parameter : BoundingBoxParameterType with get, set
function get Parameter () : BoundingBoxParameterType
function set Parameter (value : BoundingBoxParameterType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BoundingBoxParameterType
The spatial index structured parameter.