获取Mongo数据库数据库名列表。

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

语法

C#
public static string[] GetMongoDBNames(
	string strServer,
	string strAdminUser,
	string strAdminPwd
)

参数

strServer
Type: System..::.String
数据库服务名。
strAdminUser
Type: System..::.String
数据库用户名。
strAdminPwd
Type: System..::.String
数据库密码。

返回值

数据库列表数组。

请参见