다음을 통해 공유


Machine 속성

The name of the computer on which a job is running.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
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 read-only String.