Поделиться через


Свойство Events

Gets the events associated with the login account.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Events As LoginEvents
    Get
'Применение
Dim instance As Login
Dim value As LoginEvents

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

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .LoginEvents
A LoginEvents object value that specifies the events associated with the login account.