다음을 통해 공유


IDTSExecuteProcess.StandardInputVariable 속성

정의

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

실행할 프로세스에 대한 입력으로 사용할 변수의 이름을 가져오거나 설정합니다.

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

속성 값

실행할 프로세스에 대한 입력으로 사용할 변수의 이름을 포함하는 문자열입니다.

적용 대상