IDTSRuntimeConnection100 인터페이스

References a ConnectionManager object in a package.

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

구문

‘선언
<GuidAttribute("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")> _
Public Interface IDTSRuntimeConnection100 _
    Inherits IDTSObject100
‘사용 방법
Dim instance As IDTSRuntimeConnection100
[GuidAttribute("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")]
public interface IDTSRuntimeConnection100 : IDTSObject100
[GuidAttribute(L"D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")]
public interface class IDTSRuntimeConnection100 : IDTSObject100
[<GuidAttribute("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")>]
type IDTSRuntimeConnection100 =  
    interface 
        interface IDTSObject100 
    end
public interface IDTSRuntimeConnection100 extends IDTSObject100

IDTSRuntimeConnection100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 ConnectionManager Gets or sets the IDTSConnectionManager100 object referenced by the run-time connection object.
공용 속성 ConnectionManagerID Gets or sets the ID of the ConnectionManager object contained in the package and used by the component.
공용 속성 Description Gets or sets the description of the IDTSRuntimeConnection100 object.
공용 속성 ID Gets or sets the ID of the IDTSRuntimeConnection100 object.
공용 속성 IdentificationString Gets a string that uniquely identifies the IDTSRuntimeConnection100 object.
공용 속성 Name Gets or sets the name of the run-time connection object.
공용 속성 ObjectType Gets the DTSObjectType of the run-time connection object.

맨 위로 이동

메서드

  이름 설명
공용 메서드 ReleaseConnectionManager Releases the reference to a ConnectionManager referenced by an IDTSRuntimeConnection100 object.

맨 위로 이동

주의

The IDTSRuntimeConnection100 object holds a reference to a ConnectionManager object in the package that is used by the component to acquire a connection to an external data source. Data flow components that require connections to external data sources add a run-time connection to the RuntimeConnectionCollection to indicate their need for a connection.

참고 항목

참조

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