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 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.