Condividi tramite


SsisServerExecution.SetPropertyOverrideValue(String, String, Boolean) Metodo

Definizione

Imposta il valore della proprietà sull'istanza di 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)

Parametri

propertyPath
String

Il percorso proprietà.

propertyValue
String

Valore della proprietà.

valueIsSensitive
Boolean

Indica se il valore della proprietà è sensibile.

Implementazioni

Si applica a