Compartir a través de


CreateEventNotificationStatement.EventTypeGroups Propiedad

Gets a list of event types or groups.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

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

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

Vea también

Referencia

CreateEventNotificationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom