IDTSServerExecution100.SetPropertyOverrideValue Méthode

Définition

Définit la propriété d’une instance d’exécution dans le catalogue des Services d’intégration avec la valeur de dérogation 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

Le chemin vers la propriété dans le paquet.

bstrPropertyValue
String

La valeur de dérogation à attribuer à la propriété.

bValueIsSensitive
Boolean

vrai si la valeur contient des données sensibles et est chiffrée lors de son stockage ; faux si la valeur ne correspond pas à des données sensibles et est stockée en clair.

Remarques

Pour plus d’informations, consultez SsisServerExecution.

S’applique à