IDTSRuntimeConnection100 Interface
References a ConnectionManager object in a package.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")> _
Public Interface IDTSRuntimeConnection100
Inherits IDTSObject100
[TypeLibTypeAttribute(4160)]
[GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")]
public interface IDTSRuntimeConnection100 : IDTSObject100
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"CC359242-1D22-4B5D-8C20-FAB764174676")]
public interface class IDTSRuntimeConnection100 : IDTSObject100
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676") */
public interface IDTSRuntimeConnection100 extends IDTSObject100
TypeLibTypeAttribute(4160)
GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")
public interface IDTSRuntimeConnection100 extends IDTSObject100
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.