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_agentsp_changemergepullsubscription

适用于

另请参阅