Partilhar via


Propriedade do RDL EventGroupContainer.EventGroup

Gets or sets the event group type.

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

Sintaxe

'Declaração
Public Property EventGroup As EventNotificationEventGroup 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

EventGroupContainer Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom