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


Класс JobFilter

The JobFilter object is used to store information about the constraints applied to the EnumJobs method of the JobServer object.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.Agent..::..JobFilter

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class JobFilter
'Применение
Dim instance As JobFilter
public sealed class JobFilter
public ref class JobFilter sealed
[<SealedAttribute>]
type JobFilter =  class end
public final class JobFilter

Тип JobFilter обеспечивает доступ к следующим элементам.

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Category Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the category of the job.
Открытое свойство CurrentExecutionStatus Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the current execution status.
Открытое свойство DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Открытое свойство DateJobCreated Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was created.
Открытое свойство DateJobLastModified Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was last modified.
Открытое свойство Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Открытое свойство JobType Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Открытое свойство Owner Gets or sets the owner of the job filter.
Открытое свойство StepSubsystem Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the subsystem used in the job steps that belong to the job.

В начало

Методы

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

В начало

Замечания

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.