ForEachItemEnumeratorClass.ExportXML Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Exports data to an .xml file.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub ExportXML ( _
bstrFileName As String _
)
'Usage
Dim instance As ForEachItemEnumeratorClass
Dim bstrFileName As String
instance.ExportXML(bstrFileName)
public virtual void ExportXML(
string bstrFileName
)
public:
virtual void ExportXML(
[InAttribute] String^ bstrFileName
)
abstract ExportXML :
bstrFileName:string -> unit
override ExportXML :
bstrFileName:string -> unit
public function ExportXML(
bstrFileName : String
)
Parameters
- bstrFileName
Type: System.String
The name of the .xml file to which to export data.
Implements
IDTSForEachItemEnumerator100.ExportXML(String)