语言

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

表示房产价值是否敏感。

实现

适用于