Job.Type 속성
Gets a JobTypeEnum value that describes the type of the job.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.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)
속성 값
유형: ReportService2006.JobTypeEnum
One of the JobTypeEnum values.