UserLoginMapping Class
Represents a collection of user login maps.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.UserLoginMapping
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Декларация
Public Class UserLoginMapping
'Применение
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 | |
---|---|---|
UserLoginMapping | Initializes a new instance of the UserLoginMapping class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified user login map to the collection. | |
AddRange | Adds a range of user login maps to the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLoginName | Gets the login name for the specified user name. | |
GetLogins | Returns an enumeration of the login names. | |
GetType | (Inherited from Object.) | |
GetUserLoginMap | Returns an enumeration of the user login maps. | |
IsEmpty | Determines whether the collection is empty. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the specified user login map from the collection. | |
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.