DatabaseMapping Constructor
Initializes a new instance of the DatabaseMapping class for the specified login, database, and user.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
loginName As String, _
dbName As String, _
userName As String _
)
public DatabaseMapping (
string loginName,
string dbName,
string userName
)
public:
DatabaseMapping (
String^ loginName,
String^ dbName,
String^ userName
)
public DatabaseMapping (
String loginName,
String dbName,
String userName
)
public function DatabaseMapping (
loginName : String,
dbName : String,
userName : String
)
Parametri
- loginName
A String value that specifies the login.
- dbName
A String value that specifies the database.
- userName
A String value that specifies the user.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Esempio
How to: Enumerate Logins and Associated Users in Visual Basic .NET
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DatabaseMapping Class
DatabaseMapping Members
Microsoft.SqlServer.Management.Smo Namespace