Share via


ForEachItemEnumeratorClass.ExportXML Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ForEachItemEnumerator.

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

Implements

IDTSForEachItemEnumerator100.ExportXML(String)