Compartir a través de


EventTypeContainer.EventType Propiedad

Gets or sets the event type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property EventType As EventNotificationEventType 
    Get 
    Set
'Uso
Dim instance As EventTypeContainer 
Dim value As EventNotificationEventType 

value = instance.EventType

instance.EventType = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
The event type.

Vea también

Referencia

EventTypeContainer Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom