다음을 통해 공유


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.