IDTSRuntimeConnection100 接口

定义

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")>]
[<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()

适用于