다음을 통해 공유


JobTypeName 속성

Gets the type of the job.

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

구문

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

value = instance.JobTypeName

instance.JobTypeName = value
public string JobTypeName { get; set; }
public:
property String^ JobTypeName {
    String^ get ();
    void set (String^ value);
}
member JobTypeName : string with get, set
function get JobTypeName () : String
function set JobTypeName (value : String)

속성 값

유형: System. . :: . .String
A String value that represents the type of the job.

주의

For a list of valid job types, use the ListJobTypes method.