Condividi tramite


Proprietà EventGroupContainer.EventGroup

Ottiene o imposta il tipo di gruppo di eventi.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventGroup
Restituisce un valore di enumerazione EventNotificationEventGroup.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EventGroupContainer Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql