Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Imports XML into the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub ImportXML ( _
bstrFileName As String _
)
'Usage
Dim instance As ForEachItemEnumeratorClass
Dim bstrFileName As String
instance.ImportXML(bstrFileName)
public virtual void ImportXML(
string bstrFileName
)
public:
virtual void ImportXML(
[InAttribute] String^ bstrFileName
)
abstract ImportXML :
bstrFileName:string -> unit
override ImportXML :
bstrFileName:string -> unit
public function ImportXML(
bstrFileName : String
)
Parameters
- bstrFileName
Type: System.String
The name of the .xml file from which to import data.
Implements
IDTSForEachItemEnumerator100.ImportXML(String)