This topic has not yet been rated - Rate this topic

BoundingBoxParameter.Value Property

SQL Server 2012

Gets a numeric four-tuple that defines the four coordinates of the bounding box: the x-min and y-min coordinates of the lower, left corner, and the x-max and y-max coordinates of the upper right corner.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public ScalarExpression Value { get; set; }

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
A numeric four-tuple.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.