DatabaseMapping 构造函数
Initializes a new instance of the DatabaseMapping class for the specified login, database, and user.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub New ( _
loginName As String, _
dbName As String, _
userName As String _
)
用法
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
)
参数
- loginName
类型:System. . :: . .String
A String value that specifies the login.
- dbName
类型:System. . :: . .String
A String value that specifies the database.
- userName
类型:System. . :: . .String
A String value that specifies the user.