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 檔案名稱。

實作

屬性

適用於