ForEachItemEnumeratorClass.ExportXML(String) 方法

定义

将数据导出到 .xml 文件。

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)

参数

bstrFileName
String

要将数据导出到的 .xml 文件的名称。

实现

属性

适用于