Свойство Events
Gets the events that are associated with the database user.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Events As UserEvents
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .UserEvents
A UserEvents object that represents the database user events.
См. также