TransPullSubscription.SubscriberType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置订阅的更新行为。
public:
property Microsoft::SqlServer::Replication::TransSubscriberType SubscriberType { Microsoft::SqlServer::Replication::TransSubscriberType get(); void set(Microsoft::SqlServer::Replication::TransSubscriberType value); };
public Microsoft.SqlServer.Replication.TransSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.TransSubscriberType with get, set
Public Property SubscriberType As TransSubscriberType
属性值
注解
无法设置 SubscriberType 现有订阅的属性。
SubscriberType该属性只能由订阅服务器上的固定服务器角色的成员sysadmin
或订阅数据库中固定数据库角色的成员db_owner
检索。
该 SubscriberType 属性只能由订阅服务器上的固定服务器角色的成员 sysadmin
或订阅数据库上的固定数据库角色的成员 db_owner
设置。
检索 SubscriberType 属性等效于执行 sp_helppullsubscription。
SubscriberType设置属性等效于执行sp_addpullsubscription。