BoundingBoxParameter.Parameter Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.BoundingBoxParameterType

The spatial index structured parameter.

See Also

BoundingBoxParameter Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top