get_remote_collection
获取一个对特定数据集合(collection)进行远程操作的对象
声明
object get_remote_collection(string coll_name)
参数
参数名 | 描述 |
---|---|
coll_name | 集合名称 |
返回值
远程集合操作对象RemoteCollection.gs
获取一个对特定数据集合(collection)进行远程操作的对象
object get_remote_collection(string coll_name)
参数名 | 描述 |
---|---|
coll_name | 集合名称 |
远程集合操作对象RemoteCollection.gs