SqlServerJobExecutionStepCollectionGetAllOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SqlServerJobExecutionStepCollectionGetAllOptions.
public class SqlServerJobExecutionStepCollectionGetAllOptions
type SqlServerJobExecutionStepCollectionGetAllOptions = class
Public Class SqlServerJobExecutionStepCollectionGetAllOptions
- Inheritance
-
SqlServerJobExecutionStepCollectionGetAllOptions
Constructors
SqlServerJobExecutionStepCollectionGetAllOptions() |
Initializes a new instance of SqlServerJobExecutionStepCollectionGetAllOptions. |
Properties
CreateTimeMax |
If specified, only job executions created before the specified time are included. |
CreateTimeMin |
If specified, only job executions created at or after the specified time are included. |
EndTimeMax |
If specified, only job executions completed before the specified time are included. |
EndTimeMin |
If specified, only job executions completed at or after the specified time are included. |
IsActive |
If specified, only active or only completed job executions are included. |
Skip |
The number of elements in the collection to skip. |
Top |
The number of elements to return from the collection. |