共用方式為


CreateEventNotificationStatement.EventTypeGroups 屬性

Gets a list of event types or groups.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property EventTypeGroups As IList(Of EventTypeGroupContainer)
    Get
'用途
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>

屬性值

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

請參閱

參考

CreateEventNotificationStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間