MergePartition Members

Include Protected Members
Include Inherited Members

Represents information about a Subscriber's partition for a merge publication with a parameterized row filter.

The MergePartition type exposes the following members.

Constructors

  Name Description
Public method MergePartition() Creates a new instance of the MergePartition 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 CurrentSnapshotDateTime Gets or sets the date and time when the data snapshot of the partition was generated.
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 DynamicSnapshotJobId Gets or sets the Microsoft SQL Server Agent job ID, in hexadecimal format, which generates the filtered snapshot for the Subscriber.
Public property DynamicSnapshotLocation Gets or sets the operating system folder used to store the filtered snapshot generated for the partition.
Public property PartitionId Gets or sets the ID value that uniquely identifies the partition.
Public property UserData Gets or sets an object that allows you to attach custom data to this instance of MergePartition.

Top