IDTSPackage100.ImportConfigurationFile(String) Method

Definition

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.

Applies to