다음을 통해 공유


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.