Share via


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

値に機密データが含まれており、格納時に暗号化される場合は true。値が機密データではなく、プレーンテキストで格納されている場合は false。

注釈

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

適用対象