获取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
数据库密码。