JobFilter.JobType 속성
Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Property JobType As JobType
Get
Set
‘사용 방법
Dim instance As JobFilter
Dim value As JobType
value = instance.JobType
instance.JobType = value
public JobType JobType { get; set; }
public:
property JobType JobType {
JobType get ();
void set (JobType value);
}
member JobType : JobType with get, set
function get JobType () : JobType
function set JobType (value : JobType)
속성 값
유형: Microsoft.SqlServer.Management.Smo.Agent.JobType
A JobType object value that specifies the type of job.
예
SQL Server 에이전트에서 자동 관리 태스크 예약
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Agent 네임스페이스