CreateEventNotificationStatement.EventTypeGroups-Eigenschaft

Ruft eine Liste von Ereignistypen oder Gruppen ab.

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

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateEventNotificationStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace