IDTSServerExecution100.SetPropertyOverrideValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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를 참조하세요.