Freigeben über


JobFilter-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class JobFilter
'Usage
Dim instance As JobFilter
public sealed class JobFilter
public ref class JobFilter sealed
[<SealedAttribute>]
type JobFilter =  class end
public final class JobFilter

Der JobFilter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode JobFilter Initializes a new instance of the JobFilter class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo.Agent-Namespace