Partager via


Propriété BoundingBoxParameter.Value

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.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Value As ScalarExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
A numeric four-tuple.

Voir aussi

Référence

BoundingBoxParameter Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom