Partager via


Membres MergePartition

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

Le type MergePartition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MergePartition Creates a new instance of the MergePartition class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page