PackageRemote64Class.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:
virtual void ImportConfigurationFile(System::String ^ bstrFileName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::ImportConfigurationFile;
public virtual void ImportConfigurationFile (string bstrFileName);
abstract member ImportConfigurationFile : string -> unit
override this.ImportConfigurationFile : string -> unit
Public Overridable Sub ImportConfigurationFile (bstrFileName As String)
Parameters
- bstrFileName
- String
The path and name of the file that contains the configuration.