Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
References a ConnectionManager object in a package.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")> _
Public Interface IDTSRuntimeConnection100 _
Inherits IDTSObject100
'Utilisation
Dim instance As IDTSRuntimeConnection100
[GuidAttribute("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")]
public interface IDTSRuntimeConnection100 : IDTSObject100
[GuidAttribute(L"D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")]
public interface class IDTSRuntimeConnection100 : IDTSObject100
[<GuidAttribute("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")>]
type IDTSRuntimeConnection100 =
interface
interface IDTSObject100
end
public interface IDTSRuntimeConnection100 extends IDTSObject100
Le type IDTSRuntimeConnection100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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 the IDTSRuntimeConnection100 object. |
![]() |
ID | Gets or sets the ID of the IDTSRuntimeConnection100 object. |
![]() |
IdentificationString | Gets a string that uniquely identifies the IDTSRuntimeConnection100 object. |
![]() |
Name | Gets or sets the name of the run-time connection object. |
![]() |
ObjectType | Gets the DTSObjectType of the run-time connection object. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
ReleaseConnectionManager | Releases the reference to a ConnectionManager referenced by an IDTSRuntimeConnection100 object. |
Haut de la page
Notes
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.
.gif)
.gif)