Compartir a través de


Clase JobFilter

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class JobFilter
'Uso
Dim instance As JobFilter
public sealed class JobFilter
public ref class JobFilter sealed
[<SealedAttribute>]
type JobFilter =  class end
public final class JobFilter

El tipo JobFilter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público JobFilter Initializes a new instance of the JobFilter class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Propiedad pública JobType Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Propiedad pública Owner Gets or sets the owner of the job filter.
Propiedad pública 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.

Arriba

Métodos

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

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.