Поделиться через


Свойство Job.Machine

Gets the name of the computer on which the job is running.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property Machine As String 
    Get 
    Set
'Применение
Dim instance As Job 
Dim value As String 

value = instance.Machine

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

Значение свойства

Тип: System.String
A string that contains the name of the computer on which the job is running.

См. также

Справочник

Job Класс

Пространство имен ReportService2010