Share via


IServer.Logins Property

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>

Property Value

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

See Also

Reference

IServer Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace