Freigeben über


ForEachItemEnumeratorClass.ExportXML-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

  • bstrFileName
    Typ: System.String
    The name of the .xml file to which to export data.

Implementiert

IDTSForEachItemEnumerator100.ExportXML(String)

Siehe auch

Verweis

ForEachItemEnumeratorClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace