다음을 통해 공유


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.