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를 참조하세요.

적용 대상