Share via


SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) Método

Definición

Establece el valor de propiedad en la instancia de 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)

Parámetros

propertyPath
String

Ruta de acceso de la propiedad.

propertyValue
String

Valor de propiedad.

valueIsSensitive
Boolean

Indica si el valor de propiedad es confidencial.

Implementaciones

Se aplica a