언어

IDTSServerExecution100.SetPropertyOverrideValue 메서드

정의

Integration Services 카탈로그에서 실행 인스턴스의 속성을 지정된 오버라이드 값으로 설정합니다.

public:
 void SetPropertyOverrideValue(System::String ^ bstrPropertyPath, System::String ^ bstrPropertyValue, bool bValueIsSensitive);
public void SetPropertyOverrideValue(string bstrPropertyPath, string bstrPropertyValue, bool bValueIsSensitive);
abstract member SetPropertyOverrideValue : string * string * bool -> unit
Public Sub SetPropertyOverrideValue (bstrPropertyPath As String, bstrPropertyValue As String, bValueIsSensitive As Boolean)

매개 변수

bstrPropertyPath
String

패키지 내 속성으로 가는 경로.

bstrPropertyValue
String

속성에 할당할 오버라이드 값입니다.

bValueIsSensitive
Boolean

값이 민감한 데이터를 포함하고 저장 시 암호화되어 있으면 참(true)입니다; 값이 민감한 데이터가 아니며 평문으로 저장되는 경우에는 false입니다.

설명

자세한 내용은 SsisServerExecution를 참조하세요.

적용 대상