Поделиться через


Элементы 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.

Тип MergeDynamicSnapshotJob предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MergeDynamicSnapshotJob Creates a new instance of the MergeDynamicSnapshotJob class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство 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.
Открытое свойство DynamicSnapshotLocation Gets or sets the operating system folder used to store the filtered snapshot generated by this Snapshot Agent job.
Открытое свойство JobId Gets or sets the Microsoft SQL Server Agent job ID, in hexadecimal format, that generates the filtered snapshot for the Subscriber.
Открытое свойство Name Gets or sets the name of the Snapshot Agent job that generates the filtered snapshot for the Subscriber.
Открытое свойство UserData Gets or sets an object that allows you to attach custom data to this instance of MergeDynamicSnapshotJob.

В начало