IDTSRuntimeConnection100 인터페이스

정의

패키지의 ConnectionManager 개체를 참조합니다.

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
특성
구현

설명

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

속성

ConnectionManager

런타임 연결 개체에서 참조하는 IDTSConnectionManager100 개체를 가져오거나 설정합니다.

ConnectionManagerID

패키지에 포함되고 구성 요소에서 사용되는 ConnectionManager 개체의 ID를 가져오거나 설정합니다.

Description

IDTSRuntimeConnection100 개체에 대한 설명을 가져오거나 설정합니다.

ID

IDTSRuntimeConnection100 개체의 ID를 가져오거나 설정합니다.

IdentificationString

IDTSRuntimeConnection100 개체를 고유하게 식별하는 문자열을 가져옵니다.

Name

런타임 연결 개체의 이름을 가져오거나 설정합니다.

ObjectType

런타임 연결 개체의 DTSObjectType을 가져옵니다.

메서드

ReleaseConnectionManager()

ConnectionManager 개체에서 참조하는 IDTSRuntimeConnection100에 대한 참조를 해제합니다.

적용 대상