Compartir a través de


MergePartition Miembros

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

El tipo MergePartition expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico MergePartition Creates a new instance of the MergePartition class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio