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 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール のメンバー によってのみ取得db_owner。

プロパティは DynamicSnapshotLocation 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール のメンバー によってのみ設定db_owner。

プロパティの DynamicSnapshotLocation 取得は、 sp_helpmergepullsubscriptionの実行と同じです。

プロパティの DynamicSnapshotLocation 設定は、 sp_addmergepullsubscription_agent または sp_changemergepullsubscriptionの実行と同じです。

適用対象

こちらもご覧ください