IDTSPackage100.ProcessConfiguration(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.