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


Свойство Events

Gets the events that are supported by the application role.

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

Синтаксис

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

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

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

Тип: Microsoft.SqlServer.Management.Smo. . :: . .ApplicationRoleEvents
An ApplicationRoleEvents object value that specifies the events supported by the application role.