共用方式為


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.