Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.