Compartir a través de


EventGroupContainer.EventGroup (Propiedad)

Obtiene o establece el tipo de grupo de eventos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventGroup
Devuelve un valor de enumeración EventNotificationEventGroup.

Seguridad de .NET Framework

Vea también

Referencia

EventGroupContainer Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)