Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the event group type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property EventGroup As EventNotificationEventGroup
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup
The event group type.