MergeActionClause.Action 属性

获取或设置合并操作。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Action As MergeAction
    Get
    Set
public MergeAction Action { get; set; }
public:
property MergeAction^ Action {
    MergeAction^ get ();
    void set (MergeAction^ value);
}
member Action : MergeAction with get, set
function get Action () : MergeAction
function set Action (value : MergeAction)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.MergeAction
返回一个 MergeAction

.NET Framework 安全性

请参见

参考

MergeActionClause 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间