Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.