CreateEventNotificationStatement.EventTypeGroups プロパティ

イベントの種類またはグループの一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property EventTypeGroups As IList(Of EventTypeGroupContainer)
'使用
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 ();
}
public function get EventTypeGroups () : IList<EventTypeGroupContainer>

プロパティ値

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

参照

参照

CreateEventNotificationStatement クラス

CreateEventNotificationStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間