Share via


IDTSForEachItemEnumerator100.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
Sub ExportXML ( _
    bstrFileName As String _
)
'Usage
Dim instance As IDTSForEachItemEnumerator100 
Dim bstrFileName As String

instance.ExportXML(bstrFileName)
void ExportXML(
    string bstrFileName
)
void ExportXML(
    [InAttribute] String^ bstrFileName
)
abstract ExportXML : 
        bstrFileName:string -> unit
function ExportXML(
    bstrFileName : String
)

Parameters

  • bstrFileName
    Type: System.String
    The name of the file to export.

See Also

Reference

IDTSForEachItemEnumerator100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace