Linguaggio

IDTSServerExecution100.SetPropertyOverrideValue Metodo

Definizione

Imposta la proprietà per un'istanza di esecuzione nel catalogo dei Servizi di Integrazione con il valore di sovrascrittura specificato.

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)

Parametri

bstrPropertyPath
String

Il percorso verso la proprietà nel pacchetto.

bstrPropertyValue
String

Il valore di override da assegnare alla proprietà.

bValueIsSensitive
Boolean

Vero se il valore contiene dati sensibili ed è criptato quando memorizzato; false se il valore non è un dato sensibile ed è memorizzato in testo chiaro.

Commenti

Per altre informazioni, vedere SsisServerExecution.

Si applica a