IDTSRuntimeConnection100 인터페이스

정의

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
특성
구현

설명

IDTSRuntimeConnection100 개체는 구성 요소가 외부 데이터 원본에 대한 연결을 획득하는 데 사용하는 패키지의 개체에 대한 참조 ConnectionManager 를 보유합니다. 외부 데이터 원본에 연결해야 하는 데이터 흐름 구성 요소는 연결에 대한 필요성을 나타내기 위해 RuntimeConnectionCollection 런타임 연결을 추가합니다.

속성

ConnectionManager
ConnectionManagerID
Description
ID
IdentificationString
Name
ObjectType

메서드

ReleaseConnectionManager()

적용 대상