次の方法で共有


MergePullSubscription.DynamicSnapshotLocation プロパティ

パラメーター化された行フィルターがパブリケーションで使用されている場合に、サブスクリプション固有のスナップショット ファイルの場所を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property DynamicSnapshotLocation As String 
    Get 
    Set
'使用
Dim instance As MergePullSubscription 
Dim value As String 

value = instance.DynamicSnapshotLocation

instance.DynamicSnapshotLocation = value
public string DynamicSnapshotLocation { get; set; }
public:
property String^ DynamicSnapshotLocation {
    String^ get ();
    void set (String^ value);
}
member DynamicSnapshotLocation : string with get, set
function get DynamicSnapshotLocation () : String 
function set DynamicSnapshotLocation (value : String)

プロパティ値

型: System.String
String 値です。

説明

DynamicSnapshotLocation プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

DynamicSnapshotLocation プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

DynamicSnapshotLocation プロパティを取得すると、sp_helpmergepullsubscription を実行したのと同じことになります。

DynamicSnapshotLocation プロパティを設定すると、sp_addmergepullsubscription_agent または sp_changemergepullsubscription を実行したのと同じことになります。

関連項目

参照

MergePullSubscription クラス

Microsoft.SqlServer.Replication 名前空間

その他の技術情報

パラメーター化されたフィルターを使用してマージ パブリケーションのスナップショットを作成する方法 (RMO プログラミング)