IDTSConnections100.AddFromXML(Object, IDTSEvents100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the connection manager that was serialized in the XML document to the collection.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ AddFromXML(System::Object ^ pNode, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(12)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 AddFromXML (object pNode, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member AddFromXML : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Function AddFromXML (pNode As Object, pEvents As IDTSEvents100) As IDTSConnectionManager100
Parameters
- pNode
- Object
The XML document containing the serialized connection manager.
- pEvents
- IDTSEvents100
An object that implements the IDTSEvents100 events interface to raise errors, warning, or informational events.
Returns
The connection manager that was added to the collection.
- Attributes
Remarks
For more information, see Connections.