Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom