BoundingBoxParameter.Value 属性

定义

指定一个数字四元组,用于定义边界框的四个坐标:下角、左角的 x-min 和 y-min 坐标,以及右上角的 x-max 和 y-max 坐标。

public Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression Value { get; set; }
member this.Value : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression with get, set
Public Property Value As ScalarExpression

属性值

适用于