次の方法で共有


EventGroupContainer.EventGroup プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property EventGroup As EventNotificationEventGroup 
    Get 
    Set
'使用
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);
}
member EventGroup : EventNotificationEventGroup with get, set
function get EventGroup () : EventNotificationEventGroup 
function set EventGroup (value : EventNotificationEventGroup)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup
イベント グループの種類。

関連項目

参照

EventGroupContainer クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間