Compartir a través de


CreateEventNotificationStatement.EventTypeGroups (Propiedad)

Obtiene una lista de grupos o tipos 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 ReadOnly Property EventTypeGroups As IList(Of EventTypeGroupContainer)
    Get
public IList<EventTypeGroupContainer> EventTypeGroups { get; }
public:
property IList<EventTypeGroupContainer^>^ EventTypeGroups {
    IList<EventTypeGroupContainer^>^ get ();
}
member EventTypeGroups : IList<EventTypeGroupContainer>
function get EventTypeGroups () : IList<EventTypeGroupContainer>

Valor de propiedad

Tipo: System.Collections.Generic.IList<EventTypeGroupContainer>

Seguridad de .NET Framework

Vea también

Referencia

CreateEventNotificationStatement Clase

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