IDTSRuntimeConnection100 接口

References a ConnectionManager object in a package.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")> _
Public Interface IDTSRuntimeConnection100 _
    Inherits IDTSObject100
用法
Dim instance As IDTSRuntimeConnection100
[GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")]
public interface IDTSRuntimeConnection100 : IDTSObject100
[GuidAttribute(L"CC359242-1D22-4B5D-8C20-FAB764174676")]
public interface class IDTSRuntimeConnection100 : IDTSObject100
[<GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")>]
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 an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 Description Gets or sets the description of the IDTSRuntimeConnection100 object.
公共属性 ID Gets or sets the ID of an IDTSObject100object. (从 IDTSObject100 继承。)
公共属性 ID Gets or sets the ID of the IDTSRuntimeConnection100 object.
公共属性 IdentificationString Gets a string that uniquely identifies an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 IdentificationString Gets a string that uniquely identifies the IDTSRuntimeConnection100 object.
公共属性 Name Gets or sets the name of an IDTSObject100 object. (从 IDTSObject100 继承。)
公共属性 Name Gets or sets the name of the run-time connection object.
公共属性 ObjectType Gets the ObjectType property of an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 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.