共用方式為


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 IMutableMetadataCollection(Of IUser)
    Get
'用途
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of IUser)

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

屬性值

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