PackageRemote64Class.ExportConfigurationFile(String) Method

Definition

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

Applies to