TransPublication.TransSubscriptions 属性

定义

表示对发布的订阅。

public:
 property Microsoft::SqlServer::Replication::TransSubscriptionCollection ^ TransSubscriptions { Microsoft::SqlServer::Replication::TransSubscriptionCollection ^ get(); };
public Microsoft.SqlServer.Replication.TransSubscriptionCollection TransSubscriptions { get; }
member this.TransSubscriptions : Microsoft.SqlServer.Replication.TransSubscriptionCollection
Public ReadOnly Property TransSubscriptions As TransSubscriptionCollection

属性值

TransSubscriptionCollection 对象。

注解

TransSubscriptions该属性只能由发布服务器上的固定服务器角色的成员、发布数据库上的固定数据库角色的成员sysadmindb_owner或创建发布订阅的用户检索。

检索属性 TransSubscriptions 等效于执行 sp_helparticle

适用于