共用方式為


SelectSetVariable.Expression 屬性

Gets or sets the expression that is going to be used to set the variable.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Expression As ScalarExpression 
    Get 
    Set
'用途
Dim instance As SelectSetVariable 
Dim value As ScalarExpression 

value = instance.Expression

instance.Expression = value
public ScalarExpression Expression { get; set; }
public:
property ScalarExpression^ Expression {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Expression : ScalarExpression with get, set
function get Expression () : ScalarExpression 
function set Expression (value : ScalarExpression)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that is going to be used to set the variable.

請參閱

參考

SelectSetVariable 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間