IDTSServerExecution100.SetPropertyOverrideValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.