IDTSContainer100.ForcedExecutionValue Propiedad

Definición

public:
 property System::Object ^ ForcedExecutionValue { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(33)]
public object ForcedExecutionValue { [System.Runtime.InteropServices.DispId(33)] get; [System.Runtime.InteropServices.DispId(33)] set; }
[<System.Runtime.InteropServices.DispId(33)>]
[<get: System.Runtime.InteropServices.DispId(33)>]
[<set: System.Runtime.InteropServices.DispId(33)>]
member this.ForcedExecutionValue : obj with get, set
Public Property ForcedExecutionValue As Object

Valor de propiedad

true si se debe forzar el valor de ejecución del contenedor para que contenga un valor determinado; de lo contrario, false.

Atributos

Comentarios

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

Se aplica a