ExecuteProcess.Executable 속성

정의

패키지가 실행되면 실행할 Microsoft Win32 실행 파일 또는 일괄 처리 파일의 이름을 가져오거나 설정합니다.

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

속성 값

패키지를 실행할 때 실행할 Microsoft Win32 실행 파일 또는 일괄 처리 파일의 이름을 포함하는 문자열입니다.

구현

적용 대상