MergeSpecification.ActionClauses Property

Definition

Collection of conditions and actions to take.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.MergeActionClause> ActionClauses { get; }
member this.ActionClauses : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.MergeActionClause>
Public ReadOnly Property ActionClauses As IList(Of MergeActionClause)

Property Value

Applies to