PackageRemote64Class.ProcessConfiguration(String, Object) Method

Definition

Specifies the configuration information for a package and its objects.

public:
 virtual void ProcessConfiguration(System::String ^ bstrPath, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::ProcessConfiguration;
public virtual void ProcessConfiguration (string bstrPath, object vValue);
abstract member ProcessConfiguration : string * obj -> unit
override this.ProcessConfiguration : string * obj -> unit
Public Overridable Sub ProcessConfiguration (bstrPath As String, vValue As Object)

Parameters

bstrPath
String

The full path to the file.

vValue
Object

The location of the configuration file.

Implements

Applies to