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

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

참고 항목

참조

User 클래스

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

관련 자료

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

CREATE USER(Transact-SQL)