IDTSServerExecution100.SetPropertyOverrideValue Método

Definição

Define a propriedade para uma instância de execução no catálogo do Integration Services com o valor de substituição especificado.

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)

Parâmetros

bstrPropertyPath
String

O caminho para a propriedade no pacote.

bstrPropertyValue
String

O valor de substituição a ser atribuído à propriedade.

bValueIsSensitive
Boolean

true se o valor contiver dados confidenciais e for criptografado quando armazenado; false se o valor não for dados confidenciais e for armazenado em texto sem formatação.

Comentários

Para obter mais informações, consulte SsisServerExecution.

Aplica-se a