다음을 통해 공유


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.