Sdílet prostřednictvím


MergeStatement.ActionClauses – vlastnost

Získá seznam podmínky a akce.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<MergeActionClause>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

MergeStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů