JobFilter Class
The JobFilter object is used to store information about the constraints applied to the EnumJobs method of the JobServer object.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | JobFilter() | Initializes a new instance of the JobFilter class. |
| Name | Description | |
|---|---|---|
![]() | Category | |
![]() | CurrentExecutionStatus | |
![]() | DateFindOperand | Gets or sets the operator used to evaluate date constraints in the job filter. |
![]() | DateJobCreated | |
![]() | DateJobLastModified | |
![]() | Enabled | Gets or sets the Boolean property value that specifies whether the job filter is enabled or not. |
![]() | JobType | |
![]() | Owner | Gets or sets the owner of the job filter. |
![]() | StepSubsystem |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

