IDTSServerExecution100.SetPropertyOverrideValue メソッド

定義

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

値に機密データが含まれ、保存時に暗号化されている場合は真です。値が機密データでなく平文で保存されている場合は、falseとなります。

注釈

詳細については、SsisServerExecutionを参照してください。

適用対象