Delen via


EventGroupContainer.EventGroup Property

Gets or sets the event group type.

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

Syntax

'Declaration
Public Property EventGroup As EventNotificationEventGroup 
    Get 
    Set
'Usage
Dim instance As EventGroupContainer 
Dim value As EventNotificationEventGroup 

value = instance.EventGroup

instance.EventGroup = value
public EventNotificationEventGroup EventGroup { get; set; }
public:
property EventNotificationEventGroup EventGroup {
    EventNotificationEventGroup get ();
    void set (EventNotificationEventGroup value);
}
member EventGroup : EventNotificationEventGroup with get, set
function get EventGroup () : EventNotificationEventGroup 
function set EventGroup (value : EventNotificationEventGroup)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup
The event group type.

See Also

Reference

EventGroupContainer Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace