変数/列の設定先の式を取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property NewValue As Expression
'使用
Dim instance As AssignmentSetClause
Dim value As Expression
value = instance.NewValue
instance.NewValue = value
public Expression NewValue { get; set; }
public:
property Expression^ NewValue {
Expression^ get ();
void set (Expression^ value);
}
public function get NewValue () : Expression
public function set NewValue (value : Expression)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.Expression