EventGroupContainer.EventGroup Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the event group type.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public EventNotificationEventGroup EventGroup { get; set; }
public:
property EventNotificationEventGroup EventGroup {
    EventNotificationEventGroup get();
    void set(EventNotificationEventGroup value);
}
member EventGroup : EventNotificationEventGroup with get, set
Public Property EventGroup As EventNotificationEventGroup

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup

The event group type.

See Also

EventGroupContainer Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top