Compartir a través de


IDTSServerExecution100.SetPropertyOverrideValue Método

Definición

Establece la propiedad de una instancia de ejecución del catálogo de Integration Services con el valor de invalidación 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

Ruta de acceso a la propiedad en el paquete.

bstrPropertyValue
String

El valor de invalidación que se va a asignar a la propiedad.

bValueIsSensitive
Boolean

true si el valor contiene datos confidenciales y se cifra cuando se almacena; false si el valor no es información confidencial y se almacena en texto no cifrado.

Comentarios

Para obtener más información, vea SsisServerExecution.

Se aplica a