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

Definição

Define o valor da propriedade para a instância 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

O caminho da propriedade.

propertyValue
String

O valor da propriedade.

valueIsSensitive
Boolean

Indica se o valor da propriedade é confidencial

Implementações

Aplica-se a