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 an XML file into the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ImportXML ( _
bstrFileName As String _
)
'Usage
Dim instance As IDTSForEachItemEnumerator100
Dim bstrFileName As String
instance.ImportXML(bstrFileName)
void ImportXML(
string bstrFileName
)
void ImportXML(
[InAttribute] String^ bstrFileName
)
abstract ImportXML :
bstrFileName:string -> unit
function ImportXML(
bstrFileName : String
)
Parameters
- bstrFileName
Type: System.String
The name of the file to import.