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 命名空间