MergeDynamicSnapshotJob Members
Contains information about the Snapshot Agent job that generates the data snapshot for a subscription to a merge publication with a parameterized row filter.
The following tables list the members exposed by the MergeDynamicSnapshotJob type.
Public Constructors
名稱 | Description | |
---|---|---|
MergeDynamicSnapshotJob | Creates a new instance of the MergeDynamicSnapshotJob class. |
頂端
Public Properties
名稱 | Description | |
---|---|---|
DynamicFilterHostName | Gets or sets the value supplied to the HOST_NAME (Transact-SQL) function to generate the data snapshot, when the parameterized row filter is defined using this function. | |
DynamicFilterLogin | Gets or sets the value supplied to the SUSER_SNAME (Transact-SQL) function to generate the data snapshot, when the parameterized row filter is defined using this function. | |
DynamicSnapshotLocation | Gets or sets the operating system folder used to store the filtered snapshot generated by this Snapshot Agent job. | |
JobId | Gets or sets the Microsoft SQL Server Agent job ID, in hexadecimal format, that generates the filtered snapshot for the Subscriber. | |
Name | Gets or sets the name of the Snapshot Agent job that generates the filtered snapshot for the Subscriber. | |
UserData | Gets or sets an object that allows you to attach custom data to this instance of MergeDynamicSnapshotJob. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
MergeDynamicSnapshotJob Class
Microsoft.SqlServer.Replication Namespace
AddMergeDynamicSnapshotJob
ScriptMergeDynamicSnapshotJob
其他資源
How to: Create a Snapshot for a Merge Publication with Parameterized Filters (RMO Programming)
How to: Manage Partitions for a Merge Publication with Parameterized Filters (RMO Programming)
含參數化篩選之合併式發行集的快照集