IDTSServerExecution100.SetPropertyOverrideValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在集成服务目录中设置执行实例的属性,并以指定的覆盖值进行。
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。