UserLoginMapping Class

Represents a collection of user login maps.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.UserLoginMapping

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

Syntax

'Declaration
Public Class UserLoginMapping
'Usage
Dim instance As UserLoginMapping
public class UserLoginMapping
public ref class UserLoginMapping
type UserLoginMapping =  class end
public class UserLoginMapping

The UserLoginMapping type exposes the following members.

Constructors

  Name Description
Public method UserLoginMapping Initializes a new instance of the UserLoginMapping class.

Top

Methods

  Name Description
Public method Add Adds the specified user login map to the collection.
Public method AddRange Adds a range of user login maps to the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLoginName Gets the login name for the specified user name.
Public method GetLogins Returns an enumeration of the login names.
Public method GetType (Inherited from Object.)
Public method GetUserLoginMap Returns an enumeration of the user login maps.
Public method IsEmpty Determines whether the collection is empty.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified user login map from the collection.
Public method ToString (Inherited from Object.)

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