Propriedade EventGroupContainer.EventGroup

Obtém ou define o tipo de grupo de evento.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

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

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventGroup
Retorna um EventNotificationEventGroup valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

EventGroupContainer Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql