境界ボックスの 4 つの座標を定義する 4 つの数値の組を取得します。x-min と y-min は左下隅の座標で、x-max と y-max は右上隅の座標です。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property Value As ScalarExpression
Get
Set
'使用
Dim instance As BoundingBoxParameter
Dim value As ScalarExpression
value = instance.Value
instance.Value = value
public ScalarExpression Value { get; set; }
public:
property ScalarExpression^ Value {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Value : ScalarExpression with get, set
function get Value () : ScalarExpression
function set Value (value : ScalarExpression)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
数値 4 つの組。