Partager via


AssignmentSetClause.NewValue, propriété

Obtient ou définit l'expression à laquelle sera définie la variable et/ou la colonne.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Expression

Sécurité .NET Framework

Voir aussi

Référence

AssignmentSetClause Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms