MergePullSubscription.SubscriberType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得或設定訂閱是伺服器還是客戶端訂閱。
public:
property Microsoft::SqlServer::Replication::MergeSubscriberType SubscriberType { Microsoft::SqlServer::Replication::MergeSubscriberType get(); void set(Microsoft::SqlServer::Replication::MergeSubscriberType value); };
public Microsoft.SqlServer.Replication.MergeSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.MergeSubscriberType with get, set
Public Property SubscriberType As MergeSubscriberType
屬性值
一個 MergeSubscriberType 值。
備註
你無法為現有訂閱設定該 SubscriberType 屬性。
SubscriberType該屬性僅能由訂閱者中固定伺服器角色的系統管理員成員或訂閱資料庫中固定資料庫db_owner角色成員取得。
此 SubscriberType 屬性僅能由訂閱者系統 管理員 固定伺服器角色的成員或訂閱資料庫中 db_owner 固定資料庫角色的成員設定。
取回 SubscriberType 該財產等同於執行 sp_helpmergepullsubscription。
設定屬性 SubscriberType 等同於執行 sp_addmergepullsubscription。