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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.