共用方式為


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 命名空間