다음을 통해 공유


Type 속성

A JobTypeEnum value that describes the type of the job.

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

구문

‘선언
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.