Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the event group type.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property EventGroup As EventNotificationEventGroup
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup
The event group type.