다음을 통해 공유


IDTSExecuteProcess.StandardOutputVariable 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

실행할 프로세스의 출력을 캡처하는 데 사용되는 변수의 이름을 가져오거나 설정합니다.

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

속성 값

실행할 프로세스의 출력을 캡처하는 데 사용되는 변수의 이름을 포함하는 문자열입니다.

적용 대상