IDTSServerExecution100.SetPropertyOverrideValue Method

Definition

Sets the property for an instance of execution in the Integration Services catalog with the specified override value.

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)

Parameters

bstrPropertyPath
String

The path to the property in the package.

bstrPropertyValue
String

The override value to assign to the property.

bValueIsSensitive
Boolean

true if the value contains sensitive data and is encrypted when stored; false if the value is not sensitive data and is stored in plaintext.

Remarks

For more information, see SsisServerExecution.

Applies to