Share via


TriggerAction.EventTypeGroup Property

Gets or sets the event type group.

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

Syntax

'Declaration
Public Property EventTypeGroup As EventTypeGroupContainer
'Usage
Dim instance As TriggerAction 
Dim value As EventTypeGroupContainer 

value = instance.EventTypeGroup

instance.EventTypeGroup = value
public EventTypeGroupContainer EventTypeGroup { get; set; }
public:
property EventTypeGroupContainer^ EventTypeGroup {
    EventTypeGroupContainer^ get ();
    void set (EventTypeGroupContainer^ value);
}
public function get EventTypeGroup () : EventTypeGroupContainer 
public function set EventTypeGroup (value : EventTypeGroupContainer)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.EventTypeGroupContainer
Returns a EventTypeGroupContainer.

Remarks

Will be null if the type is not event.

.NET Framework Security

See Also

Reference

TriggerAction Class

TriggerAction Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace