Share via


SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) Méthode

Définition

Définit la valeur de propriété sur l'instance 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)

Paramètres

propertyPath
String

Chemin de la propriété.

propertyValue
String

Valeur de la propriété.

valueIsSensitive
Boolean

Indique si la valeur de la propriété est sensible.

Implémente

S’applique à