根据指定的参数来构造一个 DatasourceConnectionInfo 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public DatasourceConnectionInfo( string server, string driver, string database, string alias, string user, string password ) |
参数
- server
- Type: System..::.String
服务器名称或者 Web 数据源服务地址。
- driver
- Type: System..::.String
当采用ODBC连接时的驱动程序名称。
- database
- Type: System..::.String
数据库名称。
- alias
- Type: System..::.String
数据源的别名。
- user
- Type: System..::.String
用来登录数据库的用户名。
- password
- Type: System..::.String
用来登录数据库的密码。