IDTSForEachItemEnumerator100.ExportXML(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.
Exports data to an XML file.
public:
void ExportXML(System::String ^ bstrFileName);
[System.Runtime.InteropServices.DispId(2)]
public void ExportXML (string bstrFileName);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member ExportXML : string -> unit
Public Sub ExportXML (bstrFileName As String)
Parameters
- bstrFileName
- String
The name of the file to export.
- Attributes