Compartilhar via


Membros MergeDynamicSnapshotJob

Contains information about the Snapshot Agent job that generates the data snapshot for a subscription to a merge publication with a parameterized row filter.

O tipo MergeDynamicSnapshotJob expõe os seguintes membros.

Construtores

  Nome Descrição
Método público MergeDynamicSnapshotJob Creates a new instance of the MergeDynamicSnapshotJob class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

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

Início