EventGroupContainer.EventGroup 属性

获取或设置事件组类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property EventGroup As EventNotificationEventGroup
    Get
    Set
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.Data.Schema.ScriptDom.Sql.EventNotificationEventGroup
返回一个 EventNotificationEventGroup 枚举值。

.NET Framework 安全性

请参见

参考

EventGroupContainer 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间