IDTSPackage100.ProcessConfiguration(String, Object) Method

Definition

Sets configuration information for a package and its objects.

public:
 void ProcessConfiguration(System::String ^ bstrPath, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(69)]
public void ProcessConfiguration (string bstrPath, object vValue);
[<System.Runtime.InteropServices.DispId(69)>]
abstract member ProcessConfiguration : string * obj -> unit
Public Sub ProcessConfiguration (bstrPath As String, vValue As Object)

Parameters

bstrPath
String

The location of the configuration file.

vValue
Object

The data type of the configuration file.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to