MergeStatement.ActionClauses 属性

获取要采用的条件和操作的列表。

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

语法

声明
Public ReadOnly Property ActionClauses As IList(Of MergeActionClause)
    Get
public IList<MergeActionClause> ActionClauses { get; }
public:
property IList<MergeActionClause^>^ ActionClauses {
    IList<MergeActionClause^>^ get ();
}
member ActionClauses : IList<MergeActionClause>
function get ActionClauses () : IList<MergeActionClause>

属性值

类型:System.Collections.Generic.IList<MergeActionClause>

.NET Framework 安全性

请参见

参考

MergeStatement 类

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