다음을 통해 공유


IDTSConnections100.AddFromXML 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Adds the connection manager that was serialized in the XML document to the collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Function AddFromXML ( _
    pNode As Object, _
    pEvents As IDTSEvents100 _
) As IDTSConnectionManager100
‘사용 방법
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

매개 변수

  • pNode
    유형: System.Object
    The XML document containing the serialized connection manager.

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager that was added to the collection.

주의

For more information, see Connections.

참고 항목

참조

IDTSConnections100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스