IDTSPackage100.ExportConfigurationFile(String) Method

Definition

Creates an XML file that contains all deployable variables in the package.

public:
 void ExportConfigurationFile(System::String ^ bstrFileName);
[System.Runtime.InteropServices.DispId(50)]
public void ExportConfigurationFile (string bstrFileName);
[<System.Runtime.InteropServices.DispId(50)>]
abstract member ExportConfigurationFile : string -> unit
Public Sub ExportConfigurationFile (bstrFileName As String)

Parameters

bstrFileName
String

The name of the configuration file.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to