Freigeben über


Logins-Eigenschaft

Gets the collection of server logins.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Logins As IMetadataCollection(Of ILogin)
    Get
'Usage
Dim instance As IServer
Dim value As IMetadataCollection(Of ILogin)

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ILogin> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ILogin that contains the server logins.