MergeDynamicSnapshotJob Members

Include Protected Members
Include Inherited 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 MergeDynamicSnapshotJob type exposes the following members.

Constructors

  Name Description
Public method MergeDynamicSnapshotJob() Creates a new instance of the MergeDynamicSnapshotJob class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property DynamicSnapshotLocation Gets or sets the operating system folder used to store the filtered snapshot generated by this Snapshot Agent job.
Public property JobId Gets or sets the Microsoft SQL Server Agent job ID, in hexadecimal format, that generates the filtered snapshot for the Subscriber.
Public property Name Gets or sets the name of the Snapshot Agent job that generates the filtered snapshot for the Subscriber.
Public property UserData Gets or sets an object that allows you to attach custom data to this instance of MergeDynamicSnapshotJob.

Top