Compartir a través de


Events Propiedad

Gets the events that are associated with the database user.

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

Sintaxis

'Declaración
Public ReadOnly Property Events As UserEvents
    Get
'Uso
Dim instance As User
Dim value As UserEvents

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserEvents
A UserEvents object that represents the database user events.