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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.