get_external_connection_by_id方法
get_external_connection_by_id(conn_id)
获取具有指定 ID 的 ExternalConnection 元素。
返回
具有指定 ID 的元素。
def get_external_connection_by_id(self, conn_id):
...
范围 | 类型 | 描述 |
---|---|---|
conn_id | int | 外部连接标识 |
获取具有指定 ID 的 ExternalConnection 元素。
具有指定 ID 的元素。
def get_external_connection_by_id(self, conn_id):
...
范围 | 类型 | 描述 |
---|---|---|
conn_id | int | 外部连接标识 |