語言

MergePullSubscription.DynamicSnapshotLocation 屬性

定義

當出版品使用參數化列過濾器時,會取得或設定訂閱專屬快照檔案的檔案位置。

public:
 property System::String ^ DynamicSnapshotLocation { System::String ^ get(); void set(System::String ^ value); };
public string DynamicSnapshotLocation { get; set; }
member this.DynamicSnapshotLocation : string with get, set
Public Property DynamicSnapshotLocation As String

屬性值

一個 String 值。

備註

DynamicSnapshotLocation該屬性僅能由訂閱者中固定伺服器角色的系統管理員成員或訂閱資料庫中固定資料庫db_owner角色成員取得。

DynamicSnapshotLocation 屬性僅能由訂閱者系統 管理員 固定伺服器角色的成員或訂閱資料庫中 db_owner 固定資料庫角色的成員設定。

取回 DynamicSnapshotLocation 該財產等同於執行 sp_helpmergepullsubscription

設定屬性 DynamicSnapshotLocation 等同於執行 sp_addmergepullsubscription_agentsp_changemergepullsubscription

適用於

另請參閱