UserLoginMap Structure
Represents a mapping between user and login.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Structure UserLoginMap
'Utilisation
Dim instance As UserLoginMap
public struct UserLoginMap
public value class UserLoginMap
[<SealedAttribute>]
type UserLoginMap = struct end
JScript suports the use of structures, but not the declaration of new ones.
The UserLoginMap type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserLoginMap | Initializes a new instance of the UserLoginMap class. |
Top
Properties
Name | Description | |
---|---|---|
LoginName | Gets the user login name. | |
UserName | Gets the user name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.