PackageNeutralClass.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.
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 location of the configuration file.
- vValue
- Object
The data type of the configuration file.
Implements
Remarks
For more information, see Package.