UserLoginMapping.GetLogins Method

Returns an enumeration of the login names.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Function GetLogins As IEnumerable(Of String)
'Usage
Dim instance As UserLoginMapping
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetLogins()
public IEnumerable<string> GetLogins()
public:
IEnumerable<String^>^ GetLogins()
member GetLogins : unit -> IEnumerable<string> 
public function GetLogins() : IEnumerable<String>

Return Value

Type: System.Collections.Generic.IEnumerable<String>
An enumeration of the login names.

See Also

Reference

UserLoginMapping Class

Microsoft.SqlServer.Management.Dac Namespace