ForEachItemEnumeratorClass.ImportXML(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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