Costruttore DatabaseMapping
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 _
)
'Utilizzo
Dim loginName As String
Dim dbName As String
Dim userName As String
Dim instance As New DatabaseMapping(loginName, _
dbName, userName)
public DatabaseMapping(
string loginName,
string dbName,
string userName
)
public:
DatabaseMapping(
String^ loginName,
String^ dbName,
String^ userName
)
new :
loginName:string *
dbName:string *
userName:string -> DatabaseMapping
public function DatabaseMapping(
loginName : String,
dbName : String,
userName : String
)
Parametri
- loginName
Tipo: System. . :: . .String
A String value that specifies the login.
- dbName
Tipo: System. . :: . .String
A String value that specifies the database.
- userName
Tipo: System. . :: . .String
A String value that specifies the user.
Vedere anche