SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) 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.
Fixe la valeur de propriété à 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 d’accès à la propriété.
- propertyValue
- String
Valeur de propriété.
- valueIsSensitive
- Boolean
Indique si la valeur du bien est sensible.