ForEachItemEnumeratorClass.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:
virtual void ExportXML(System::String ^ bstrFileName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemEnumerator100::ExportXML;
[System.Runtime.InteropServices.DispId(2)]
public virtual void ExportXML (string bstrFileName);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member ExportXML : string -> unit
override this.ExportXML : string -> unit
Public Overridable Sub ExportXML (bstrFileName As String)
Parameters
- bstrFileName
- String
The name of the .xml file to which to export data.
Implements
- Attributes