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。