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 命名空间