TransPullSubscription.SubscriberType 属性

定义

获取或设置订阅的更新行为。

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

属性值

TransSubscriberType 对象。

注解

无法设置 SubscriberType 现有订阅的属性。

SubscriberType该属性只能由订阅服务器上的固定服务器角色的成员sysadmin或订阅数据库中固定数据库角色的成员db_owner检索。

SubscriberType 属性只能由订阅服务器上的固定服务器角色的成员 sysadmin 或订阅数据库上的固定数据库角色的成员 db_owner 设置。

检索 SubscriberType 属性等效于执行 sp_helppullsubscription

SubscriberType设置属性等效于执行sp_addpullsubscription

适用于