Job.Type 속성

A JobTypeEnum value that describes the type of the job.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property Type As JobTypeEnum 
    Get 
    Set
‘사용 방법
Dim instance As Job 
Dim value As JobTypeEnum 

value = instance.Type

instance.Type = value
public JobTypeEnum Type { get; set; }
public:
property JobTypeEnum Type {
    JobTypeEnum get ();
    void set (JobTypeEnum value);
}
member Type : JobTypeEnum with get, set
function get Type () : JobTypeEnum 
function set Type (value : JobTypeEnum)

속성 값

유형: ReportService2005.JobTypeEnum
A read-only JobTypeEnum value.

주의

The possible values are User and System.

참고 항목

참조

Job 클래스

ReportService2005 네임스페이스