In particular it records that a user (or user group) trying to connect to a certain logical database in a certain project will use the given physical connection and login information.
Public Member Functions | |
| HRESULT | DBConnection ([in] IDSSDBConnection *pDBConnection) |
| Set the information needed to establish the physical connection. | |
| HRESULT | DBConnection ([out, retval] IDSSDBConnection ppDBConnection) |
| Get the information needed to establish the physical connection. | |
| HRESULT | DBLogin ([in] IDSSDBLogin *pDBLogin) |
| Set the login name and password used when establishing the physical connection. | |
| HRESULT | DBLogin ([out, retval] IDSSDBLogin ppDBLogin) |
| Get the login name and password used when establishing the physical connection. | |
| HRESULT | DBRole ([in] IDSSDBRole *pDBRole) |
| Set the logical database to which the user wants to connect A logical database is represented with a DSS DB Role object. | |
| HRESULT | DBRole ([out, retval] IDSSDBRole ppDBRole) |
| Get the logical database to which the user wants to connect A logical database is represented with a DSS DB Role object. | |
| HRESULT | User ([in] IDSSUser *pUser) |
| Set the User or UserGroup that wishes to connect to a database. | |
| HRESULT | User ([out, retval] IDSSUser ppUser) |
| Get the User or UserGroup that wishes to connect to a database. | |
|
|
Set the information needed to establish the physical connection. The information is stored in a DSS DB Connection object.
|
|
|
Get the information needed to establish the physical connection. The information is stored in a DSS DB Connection object.
|
|
|
Set the login name and password used when establishing the physical connection. A login name and password are stored in a DSS DB Login object.
|
|
|
Get the login name and password used when establishing the physical connection. A login name and password are stored in a DSS DB Login object.
|
|
|
Set the logical database to which the user wants to connect A logical database is represented with a DSS DB Role object.
|
|
|
Get the logical database to which the user wants to connect A logical database is represented with a DSS DB Role object.
|
|
|
Set the User or UserGroup that wishes to connect to a database. The User could be null, which means this is a default mapping that applies to all users except those have their own mapping.
|
|
|
Get the User or UserGroup that wishes to connect to a database. The User could be null, which means this is a default mapping that applies to all users except those have their own mapping.
|