Share via


Classe JobFilter

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class JobFilter
'Utilisation
Dim instance As JobFilter
public sealed class JobFilter
public ref class JobFilter sealed
[<SealedAttribute>]
type JobFilter =  class end
public final class JobFilter

Le type JobFilter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique JobFilter Initializes a new instance of the JobFilter class.

Haut de la page

Propriétés

  Nom Description
Propriété publique 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.
Propriété publique 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.
Propriété publique DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Propriété publique 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.
Propriété publique 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.
Propriété publique Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Propriété publique JobType Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Propriété publique Owner Gets or sets the owner of the job filter.
Propriété publique 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.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.