EventGroupContainer.EventGroup プロパティ

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

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

構文

'宣言
Public Property EventGroup As EventNotificationEventGroup
'使用
Dim instance As EventGroupContainer
Dim value As EventNotificationEventGroup

value = instance.EventGroup

instance.EventGroup = value
public EventNotificationEventGroup EventGroup { get; set; }
public:
property EventNotificationEventGroup EventGroup {
    EventNotificationEventGroup get ();
    void set (EventNotificationEventGroup value);
}
public function get EventGroup () : EventNotificationEventGroup
public function set EventGroup (value : EventNotificationEventGroup)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventGroup
EventNotificationEventGroup 列挙値を返します。

参照

参照

EventGroupContainer クラス

EventGroupContainer メンバ

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