Udostępnij za pośrednictwem


Właściwość User.Events

Pobiera zdarzeń, które są skojarzone z użytkownikiem bazy danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property Events As UserEvents
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.UserEvents
A UserEvents obiekt, który reprezentuje zdarzenia użytkownika bazy danych.