Users 属性

Gets a collection of all users in the database.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property Users As IMetadataCollection(Of IUser)
    Get
用法
Dim instance As IDatabase
Dim value As IMetadataCollection(Of IUser)

value = instance.Users
IMetadataCollection<IUser> Users { get; }
property IMetadataCollection<IUser^>^ Users {
    IMetadataCollection<IUser^>^ get ();
}
abstract Users : IMetadataCollection<IUser>
function get Users () : IMetadataCollection<IUser>

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IUser> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IUser that contains the collection of all users in the database.