共用方式為


EventGroupContainer.EventGroup 屬性

Gets or sets the event group type.

命名空間:  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
The event group type.

請參閱

參考

EventGroupContainer 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間