CreateEventNotificationStatement.EventTypeGroups プロパティ
イベントの種類またはグループの一覧を取得します。
名前空間: 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>
イベントの種類またはグループの一覧。