다음을 통해 공유


SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) 메서드

정의

SsisServerExecution 인스턴스에 속성 값을 설정합니다.

public:
 virtual void SetPropertyOverrideValue(System::String ^ propertyPath, System::String ^ propertyValue, bool valueIsSensitive);
public void SetPropertyOverrideValue (string propertyPath, string propertyValue, bool valueIsSensitive);
abstract member SetPropertyOverrideValue : string * string * bool -> unit
override this.SetPropertyOverrideValue : string * string * bool -> unit
Public Sub SetPropertyOverrideValue (propertyPath As String, propertyValue As String, valueIsSensitive As Boolean)

매개 변수

propertyPath
String

속성 경로입니다.

propertyValue
String

속성 값입니다.

valueIsSensitive
Boolean

속성 값이 중요한지 여부를 나타냅니다.

구현

적용 대상