UserLoginMap.LoginName Property
Gets the user login name.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public ReadOnly Property LoginName As String
Get
'Utilisation
Dim instance As UserLoginMap
Dim value As String
value = instance.LoginName
public string LoginName { get; }
public:
property String^ LoginName {
String^ get ();
}
member LoginName : string
function get LoginName () : String
Property Value
Type: String
The user login name.