IDTSPackage100.ImportConfigurationFile(String) 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.
Loads a configuration file associated with the package.
public:
void ImportConfigurationFile(System::String ^ bstrFileName);
[System.Runtime.InteropServices.DispId(51)]
public void ImportConfigurationFile (string bstrFileName);
[<System.Runtime.InteropServices.DispId(51)>]
abstract member ImportConfigurationFile : string -> unit
Public Sub ImportConfigurationFile (bstrFileName As String)
Parameters
- bstrFileName
- String
The path and the name of the file that contains the configuration.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.