MergePullSubscription.DynamicSnapshotLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當出版品使用參數化列過濾器時,會取得或設定訂閱專屬快照檔案的檔案位置。
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_agent 或 sp_changemergepullsubscription。