Freigeben über


SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) Methode

Definition

Ruft den Wert der Eigenschaft für die SsisServerExecution-Instanz ab.

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)

Parameter

propertyPath
String

Der Eigenschaftspfad.

propertyValue
String

Der Eigenschaftswert.

valueIsSensitive
Boolean

Gibt an, ob der Eigenschaftswert sensibel ist.

Implementiert

Gilt für: