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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.