Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
References a ConnectionManager object in a package.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("17AAAC2D-6852-4345-A9B2-7E0CD0472F52")> _
Public Interface IDTSRuntimeConnection90
Inherits IDTSObject90
[TypeLibTypeAttribute(4160)]
[GuidAttribute("17AAAC2D-6852-4345-A9B2-7E0CD0472F52")]
public interface IDTSRuntimeConnection90 : IDTSObject90
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"17AAAC2D-6852-4345-A9B2-7E0CD0472F52")]
public interface class IDTSRuntimeConnection90 : IDTSObject90
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("17AAAC2D-6852-4345-A9B2-7E0CD0472F52") */
public interface IDTSRuntimeConnection90 extends IDTSObject90
TypeLibTypeAttribute(4160)
GuidAttribute("17AAAC2D-6852-4345-A9B2-7E0CD0472F52")
public interface IDTSRuntimeConnection90 extends IDTSObject90
Hinweise
The IDTSRuntimeConnection90 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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
IDTSRuntimeConnection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace