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を実行するのと同等です。

適用対象

こちらもご覧ください