Compartir a través de


EventTypeContainer.EventType (Propiedad)

Obtiene o establece el tipo de evento.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property EventType As EventNotificationEventType
    Get
    Set
public EventNotificationEventType EventType { get; set; }
public:
property EventNotificationEventType EventType {
    EventNotificationEventType get ();
    void set (EventNotificationEventType value);
}
member EventType : EventNotificationEventType with get, set
function get EventType () : EventNotificationEventType
function set EventType (value : EventNotificationEventType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
Devuelve un valor de enumeración EventNotificationEventType.

Seguridad de .NET Framework

Vea también

Referencia

EventTypeContainer Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)