다음을 통해 공유


IDTSExecuteProcess.StandardErrorVariable 속성

정의

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

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

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

속성 값

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

적용 대상