Job.User 属性

Gets the ID of the authenticated user who initiated the job.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Property User As String 
    Get 
    Set
用法
Dim instance As Job 
Dim value As String 

value = instance.User

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

属性值

类型:System.String
A string that contains the ID of the authenticated user who initiated the job.

请参阅

参考

Job 类

ReportService2006 命名空间