Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds the connection manager that was serialized in the XML document to the collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function AddFromXML ( _
pNode As Object, _
pEvents As IDTSEvents100 _
) As IDTSConnectionManager100
'Uso
Dim instance As IDTSConnections100
Dim pNode As Object
Dim pEvents As IDTSEvents100
Dim returnValue As IDTSConnectionManager100
returnValue = instance.AddFromXML(pNode, _
pEvents)
IDTSConnectionManager100 AddFromXML(
Object pNode,
IDTSEvents100 pEvents
)
IDTSConnectionManager100^ AddFromXML(
[InAttribute] Object^ pNode,
[InAttribute] IDTSEvents100^ pEvents
)
abstract AddFromXML :
pNode:Object *
pEvents:IDTSEvents100 -> IDTSConnectionManager100
function AddFromXML(
pNode : Object,
pEvents : IDTSEvents100
) : IDTSConnectionManager100
Parámetros
- pNode
Tipo: System.Object
The XML document containing the serialized connection manager.
- pEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An object that implements the IDTSEvents100 events interface to raise errors, warning, or informational events.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager that was added to the collection.
Comentarios
For more information, see Connections.