DatabaseConfigurationProperties.UserLoginMapping Property
Gets the user login mapping used for mapping between users and logins.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public ReadOnly Property UserLoginMapping As UserLoginMapping
Get
'Utilisation
Dim instance As DatabaseConfigurationProperties
Dim value As UserLoginMapping
value = instance.UserLoginMapping
public UserLoginMapping UserLoginMapping { get; }
public:
property UserLoginMapping^ UserLoginMapping {
UserLoginMapping^ get ();
}
member UserLoginMapping : UserLoginMapping
function get UserLoginMapping () : UserLoginMapping
Property Value
Type: Microsoft.SqlServer.Management.Dac.UserLoginMapping
The user login mapping used for mapping between users and logins.