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)