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 추가하여 연결 필요성을 표시합니다.

속성

Name Description
ConnectionManager

런타임 연결 객체가 참조하는 객체를 IDTSConnectionManager100 받거나 설정합니다.

ConnectionManagerID

패키지에 포함된 객체의 ID ConnectionManager 를 받거나 설정하여 컴포넌트가 사용하는 객체입니다.

Description

객체의 IDTSRuntimeConnection100 설명을 얻거나 설정합니다.

ID

객체의 IDTSRuntimeConnection100 ID를 받거나 설정합니다.

IdentificationString

객체를 고유하게 식별하는 IDTSRuntimeConnection100 문자열을 얻습니다.

Name

런타임 연결 객체의 이름을 받거나 설정합니다.

ObjectType

런타임 연결 객체의 를 DTSObjectType 얻습니다.

메서드

Name Description
ReleaseConnectionManager()

객체가 참조하는 IDTSRuntimeConnection100 참조 ConnectionManager 를 해제합니다.

적용 대상