次の方法で共有


Job.Machine プロパティ

ジョブを実行しているコンピューターの名前を取得します。

名前空間:  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
ジョブを実行しているコンピューターの名前を表す string です。

関連項目

参照

Job クラス

ReportService2010 名前空間