IDTSRuntimeConnection100 接口 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引用包中的 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 的引用。  |