Compartir a través de


View.Events Propiedad

Gets the events associated with the view.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Events As ViewEvents 
    Get
'Uso
Dim instance As View 
Dim value As ViewEvents 

value = instance.Events
public ViewEvents Events { get; }
public:
property ViewEvents^ Events {
    ViewEvents^ get ();
}
member Events : ViewEvents
function get Events () : ViewEvents

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ViewEvents
A ViewEvents object that represents the view events.

Ejemplos

Crear, modificar y eliminar vistas

Vea también

Referencia

View Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Diseñar e implementar vistas

CREATE VIEW (Transact-SQL)