Share via


IDTSPersist100.LoadFromXML Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Loads data stored in XML format. For more information, see IDTSPersist.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub LoadFromXML ( _
    pNode As Object, _
    pEvents As IDTSEvents100 _
)
'Usage
Dim instance As IDTSPersist100 
Dim pNode As Object 
Dim pEvents As IDTSEvents100

instance.LoadFromXML(pNode, pEvents)
void LoadFromXML(
    Object pNode,
    IDTSEvents100 pEvents
)
void LoadFromXML(
    [InAttribute] Object^ pNode, 
    [InAttribute] IDTSEvents100^ pEvents
)
abstract LoadFromXML : 
        pNode:Object * 
        pEvents:IDTSEvents100 -> unit
function LoadFromXML(
    pNode : Object, 
    pEvents : IDTSEvents100
)

Parameters

  • pNode
    Type: System.Object
    The node that contains the data to be loaded.

See Also

Reference

IDTSPersist100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace