Свойство EventGroupContainer.EventGroup

Gets or sets the event group type.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property EventGroup As EventNotificationEventGroup 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup
The event group type.

См. также

Справочник

EventGroupContainer Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom