语言

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

适用于