Compartir a través de


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.