PackageClass.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:
virtual void ExportConfigurationFile(System::String ^ bstrFileName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::ExportConfigurationFile;
public virtual void ExportConfigurationFile (string bstrFileName);
abstract member ExportConfigurationFile : string -> unit
override this.ExportConfigurationFile : string -> unit
Public Overridable Sub ExportConfigurationFile (bstrFileName As String)
Parameters
- bstrFileName
- String
The name of the configuration file.
Implements
Remarks
For more information, see Package.