다음을 통해 공유


InputParameter.DtsVariableName 속성

정의

SSIS 패키지 변수의 이름을 가져오거나 설정합니다.

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

속성 값

변수 이름을 포함하는 문자열입니다.

설명

변수 이름은 대/소문자를 구분합니다.

적용 대상