MergeStatement.ActionClauses Property

Gets a list of conditions and actions to take.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

MergeStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace