JobFilter Members
The JobFilter object is used to store information about the constraints applied to the EnumJobs method of the JobServer object.
The following tables list the members exposed by the JobFilter type.
Public Constructors
Nombre | Description | |
---|---|---|
JobFilter | Initializes a new instance of the JobFilter class. |
Arriba
Public Properties
Nombre | Description | |
---|---|---|
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. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
JobFilter Class
Microsoft.SqlServer.Management.Smo.Agent Namespace