Partilhar via


Propriedade CreateEventNotificationStatement.EventTypeGroups

Obtém uma lista de tipos de eventos ou grupos.

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

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

CreateEventNotificationStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql