Share via


MergeStatement.ActionClauses Property

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)
'Usage
Dim instance As MergeStatement 
Dim value As IList(Of MergeActionClause)

value = instance.ActionClauses
public IList<MergeActionClause> ActionClauses { get; }
public:
property IList<MergeActionClause^>^ ActionClauses {
    IList<MergeActionClause^>^ get ();
}
public function get ActionClauses () : IList<MergeActionClause>

Property Value

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

.NET Framework Security

See Also

Reference

MergeStatement Class

MergeStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace