Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets a list of event types or groups.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property EventTypeGroups As IList(Of EventTypeGroupContainer)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<EventTypeGroupContainer>
The list of event types or groups.