Freigeben über


MergePartition-Member

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

Der MergePartition-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MergePartition Creates a new instance of the MergePartition class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang