IDTSPackage100.ExportConfigurationFile(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.
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.