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.
Loads data stored in XML format.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub LoadFromXML ( _
pNode As Object, _
pEvents As IDTSEvents100 _
)
'Usage
Dim instance As ForLoopClass
Dim pNode As Object
Dim pEvents As IDTSEvents100
instance.LoadFromXML(pNode, pEvents)
public virtual void LoadFromXML(
Object pNode,
IDTSEvents100 pEvents
)
public:
virtual void LoadFromXML(
[InAttribute] Object^ pNode,
[InAttribute] IDTSEvents100^ pEvents
)
abstract LoadFromXML :
pNode:Object *
pEvents:IDTSEvents100 -> unit
override LoadFromXML :
pNode:Object *
pEvents:IDTSEvents100 -> unit
public function LoadFromXML(
pNode : Object,
pEvents : IDTSEvents100
)
Parameters
- pNode
Type: System.Object
The node that contains the data to be loaded.
- pEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An object that implements the IDTSEvents100 interface for raising events (errors, warnings, and so on) during persistence.
Implements
IDTSPersist100.LoadFromXML(Object, IDTSEvents100)