Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.CreatePublishSubscribeResponse
-
Packages that use CreatePublishSubscribeResponse Package Description com.tencentcloudapi.sqlserver.v20180328 com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of CreatePublishSubscribeResponse in com.tencentcloudapi.sqlserver.v20180328
Methods in com.tencentcloudapi.sqlserver.v20180328 that return CreatePublishSubscribeResponse Modifier and Type Method Description CreatePublishSubscribeResponse
SqlserverClient. CreatePublishSubscribe(CreatePublishSubscribeRequest req)
本接口(CreatePublishSubscribe)用于创建两个数据库之间的发布订阅关系。作为订阅者,不能再充当发布者,作为发布者可以有多个订阅者实例。 -
Uses of CreatePublishSubscribeResponse in com.tencentcloudapi.sqlserver.v20180328.models
Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type CreatePublishSubscribeResponse Constructor Description CreatePublishSubscribeResponse(CreatePublishSubscribeResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-