SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) 方法

定義

將屬性值設定為 SsisServerExecution 執行個體。

public:
 virtual void SetPropertyOverrideValue(System::String ^ propertyPath, System::String ^ propertyValue, bool valueIsSensitive);
public void SetPropertyOverrideValue (string propertyPath, string propertyValue, bool valueIsSensitive);
abstract member SetPropertyOverrideValue : string * string * bool -> unit
override this.SetPropertyOverrideValue : string * string * bool -> unit
Public Sub SetPropertyOverrideValue (propertyPath As String, propertyValue As String, valueIsSensitive As Boolean)

參數

propertyPath
String

屬性路徑。

propertyValue
String

屬性值。

valueIsSensitive
Boolean

指出屬性值是否為機密。

實作

適用於