다음을 통해 공유


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.

참고 항목

참조

AssignmentSetClause 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스