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

'Declaration
Public Structure UserLoginMap
'Usage
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
Public method UserLoginMap Initializes a new instance of the UserLoginMap class.

Top

Properties

  Name Description
Public property LoginName Gets the user login name.
Public property UserName Gets the user name.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace