AssignmentSetClause.NewValue 属性
Gets or sets the expression that the variable and/or column will be set to.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property NewValue As ScalarExpression
Get
Set
用法
Dim instance As AssignmentSetClause
Dim value As ScalarExpression
value = instance.NewValue
instance.NewValue = value
public ScalarExpression NewValue { get; set; }
public:
property ScalarExpression^ NewValue {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member NewValue : ScalarExpression with get, set
function get NewValue () : ScalarExpression
function set NewValue (value : ScalarExpression)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that the variable and/or column will be set to.