IDTSServerExecution100.SetPropertyOverrideValue Méthode

Définition

Définit la propriété d'une instance d'exécution dans le catalogue Integration Services avec la valeur de remplacement spécifiée.

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)

Paramètres

bstrPropertyPath
String

Chemin d'accès à la propriété dans le package.

bstrPropertyValue
String

Valeur de remplacement à affecter à la propriété.

bValueIsSensitive
Boolean

true si la valeur contient des données sensibles et est chiffrée lorsqu’elle est stockée ; false si la valeur n’est pas des données sensibles et est stockée en texte clair.

Remarques

Pour plus d’informations, consultez SsisServerExecution.

S’applique à