DatabaseMapping Members
The DatabaseMapping object represents a Microsoft SQL Server database mapping.
The following tables list the members exposed by the DatabaseMapping type.
Public Constructors
Name | Description | |
---|---|---|
DatabaseMapping | Initializes a new instance of the DatabaseMapping class for the specified login, database, and user. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
DBName | Gets the name of the database in which the login is mapped to the database user. |
![]() |
LoginName | Gets the name of the login that is mapped to the user in the database. |
![]() |
UserName | Gets the database user that is mapped to the login in the database. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | Overridden. Returns a string that represents the DatabaseMapping object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
DatabaseMapping Class
Microsoft.SqlServer.Management.Smo Namespace