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. Will be null if the type is not event.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property EventTypeGroup As EventTypeGroupContainer
Get
Set
'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);
}
member EventTypeGroup : EventTypeGroupContainer with get, set
function get EventTypeGroup () : EventTypeGroupContainer
function set EventTypeGroup (value : EventTypeGroupContainer)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventTypeGroupContainer
The event type group.