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.