다음을 통해 공유


Type Property (Job, JobFilter)

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The Type property exposes configured attributes of the referenced Microsoft SQL Server component.

구문

object.Type [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list.

  • value
    A long integer that specifies SQL Server Agent job attributes as described in Settings.

Data Type

Long, enumerated

Modifiable

Read-only for the Job object. Read/write for the JobFilter object.

Prototype (C/C++)

HRESULT GetType(SQLDMO_JOB_TYPE* pRetVal)
HRESULT SetType(SQLDMO_JOB_TYPE NewValue)

Settings

Constant

Value

Description

SQLDMOJob_Local

1

The job executes on an instance of SQL Server on which the job is stored.

SQLDMOJob_MultiServer

2

The job executes on one or more target servers.

SQLDMOJob_Unknown

0

The job is not valid.

주의

Set the Type property of the JobFilter object to control result set membership when using the EnumJobs method of the JobServer object.