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

指示属性值是否是敏感的。

实现

适用于