Share via


ForEachItemEnumerator.ImportXML Method

Imports XML into the collection.

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Sub ImportXML ( _
    bstrFileName As String _
)
public void ImportXML (
    string bstrFileName
)
public:
void ImportXML (
    String^ bstrFileName
)
public void ImportXML (
    String bstrFileName
)
public function ImportXML (
    bstrFileName : String
)

Parameters

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ForEachItemEnumerator Class
ForEachItemEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace