你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions Class

Definition

The SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions.

public class SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions
type SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions = class
Public Class SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions
Inheritance
SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions

Constructors

SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions(Guid)

Initializes a new instance of SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions.

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.

JobExecutionId

The id of the job execution.

Skip

The number of elements in the collection to skip.

Top

The number of elements to return from the collection.

Applies to