IDTSRuntimeConnection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")>]
[<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() |