根据指定的参数来构造一个 DatasourceConnectionInfo 的新对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public DatasourceConnectionInfo(
	string tns,
	string database,
	string alias,
	string user,
	string password
)

参数

tns
Type: System..::.String
Oracle 客户端配置连接名。
database
Type: System..::.String
数据库名称。
alias
Type: System..::.String
数据源别名。
user
Type: System..::.String
用户名。
password
Type: System..::.String
密码。

版本信息

SuperMap iObjects .NET


请参见