Dela via


CreateEventNotificationStatement.EventTypeGroups Property

Gets a list of event types or groups.

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)
public IList<EventTypeGroupContainer> EventTypeGroups { get; }
public:
property IList<EventTypeGroupContainer^>^ EventTypeGroups {
    IList<EventTypeGroupContainer^>^ get ();
}
member EventTypeGroups : IList<EventTypeGroupContainer>
function get EventTypeGroups () : IList<EventTypeGroupContainer>

Property Value

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

.NET Framework Security

See Also

Reference

CreateEventNotificationStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace