语言

IDTSServerExecution100.SetPropertyOverrideValue 方法

定义

在集成服务目录中设置执行实例的属性,并以指定的覆盖值进行。

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

如果该值包含敏感数据且存储时加密,则为真;如果该值不是敏感数据且以明文存储,则为假。

注解

有关详细信息,请参阅 SsisServerExecution

适用于