ForEachItemEnumeratorClass.ImportXML(String) Method

Definition

Imports XML into the collection.

public:
 virtual void ImportXML(System::String ^ bstrFileName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemEnumerator100::ImportXML;
[System.Runtime.InteropServices.DispId(1)]
public virtual void ImportXML (string bstrFileName);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member ImportXML : string -> unit
override this.ImportXML : string -> unit
Public Overridable Sub ImportXML (bstrFileName As String)

Parameters

bstrFileName
String

The name of the .xml file from which to import data.

Implements

Attributes

Applies to