Partager via


Propriété Logins

Gets the collection of server logins.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property Logins As IMutableMetadataCollection(Of ILogin)
    Get
'Utilisation
Dim instance As IMutableServer
Dim value As IMutableMetadataCollection(Of ILogin)

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

Valeur de propriété

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