Partilhar via


Propriedade do RDL CreateEventNotificationStatement.EventTypeGroups

Gets a list of event types or groups.

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

Sintaxe

'Declaração
Public ReadOnly Property EventTypeGroups As IList(Of EventTypeGroupContainer)
    Get
'Uso
Dim instance As CreateEventNotificationStatement 
Dim value As IList(Of EventTypeGroupContainer)

value = instance.EventTypeGroups
public IList<EventTypeGroupContainer> EventTypeGroups { get; }
public:
property IList<EventTypeGroupContainer^>^ EventTypeGroups {
    IList<EventTypeGroupContainer^>^ get ();
}
member EventTypeGroups : IList<EventTypeGroupContainer>
function get EventTypeGroups () : IList<EventTypeGroupContainer>

Valor da propriedade

Tipo: System.Collections.Generic.IList<EventTypeGroupContainer>
The list of event types or groups.

Consulte também

Referência

CreateEventNotificationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom