Job.Path 속성

정의

작업이 연결된 보고서의 전체 경로를 가져옵니다.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

속성 값

작업이 연결된 보고서의 전체 경로를 포함하는 string입니다.

적용 대상