Condividi tramite


Proprietà Logins

Gets the collection of server logins.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property Logins As IMutableMetadataCollection(Of ILogin)
    Get
'Utilizzo
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>

Valore proprietà

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