Share via


Job.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.

请参阅

参考

Job 类

ReportService2010 命名空间