Path プロパティ

ジョブが関連付けられているレポートの完全なパスを取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property Path As String
    Get
    Set
'使用
Dim instance As Job
Dim value As String

value = instance.Path

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

プロパティ値

型: System. . :: . .String
ジョブが関連付けられているレポートへの完全なパスを表す string です。