Loads the definition of the task, in XML format, from the XML definition of the package.
命名空間: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
組件: Microsoft.SqlServer.DataProfilingTask (在 Microsoft.SqlServer.DataProfilingTask.dll 中)
語法
'宣告
Public Sub LoadFromXML ( _
node As XmlElement, _
infoEvents As IDTSInfoEvents _
)
'用途
Dim instance As DataProfilingTask
Dim node As XmlElement
Dim infoEvents As IDTSInfoEvents
instance.LoadFromXML(node, infoEvents)
public void LoadFromXML(
XmlElement node,
IDTSInfoEvents infoEvents
)
public:
virtual void LoadFromXML(
XmlElement^ node,
IDTSInfoEvents^ infoEvents
) sealed
abstract LoadFromXML :
node:XmlElement *
infoEvents:IDTSInfoEvents -> unit
override LoadFromXML :
node:XmlElement *
infoEvents:IDTSInfoEvents -> unit
public final function LoadFromXML(
node : XmlElement,
infoEvents : IDTSInfoEvents
)
參數
- node
型別:System.Xml.XmlElement
The XmlNode that contains the information to be loaded.
- infoEvents
型別:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents
An object that implements the IDTSInfoEvents interface, through which the method can raise events to the package.
實作
IDTSComponentPersist.LoadFromXML(XmlElement, IDTSInfoEvents)
備註
For more information about the inherited LoadFromXML method, see LoadFromXML.