Login.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.

사용자, 역할 및 로그인 관리

참고 항목

참조

Login 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

보안 주체(데이터베이스 엔진)

CREATE LOGIN(Transact-SQL)