共用方式為


AssignmentSetClause.NewValue 屬性

取得或設定變數和 (或) 資料行會設定為的運算式。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property NewValue As Expression
    Get
    Set
public Expression NewValue { get; set; }
public:
property Expression^ NewValue {
    Expression^ get ();
    void set (Expression^ value);
}
member NewValue : Expression with get, set
function get NewValue () : Expression
function set NewValue (value : Expression)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework 安全性

請參閱

參考

AssignmentSetClause 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間