IDTSForEachItemEnumerator100.ExportXML(String) Method

Definition

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

Applies to