IDTSRuntimeConnection100 Interface

Définition

Référence un objet ConnectionManager dans un package.

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
Attributs
Implémente

Remarques

L’objet IDTSRuntimeConnection100 contient une référence à un ConnectionManager objet du package utilisé par le composant pour acquérir une connexion à une source de données externe. Les composants de flux de données qui nécessitent des connexions à des sources de données externes ajoutent une connexion au moment de l’exécution RuntimeConnectionCollection pour indiquer leur besoin de connexion.

Propriétés

ConnectionManager

Obtient ou définit l'objet IDTSConnectionManager100 référencé par l'objet de connexion en cours d'exécution.

ConnectionManagerID

Obtient ou définit l'ID de l'objet ConnectionManager contenu dans le package et utilisé par le composant.

Description

Obtient ou définit la description de l'objet IDTSRuntimeConnection100.

ID

Obtient ou définit l'ID de l'objet IDTSRuntimeConnection100.

IdentificationString

Obtient une chaîne qui identifie de manière unique l'objet IDTSRuntimeConnection100.

Name

Obtient ou définit le nom de l'objet de connexion en cours d'exécution.

ObjectType

Obtient l'objet DTSObjectType de l'objet de connexion en cours d'exécution.

Méthodes

ReleaseConnectionManager()

Libère la référence à un objet ConnectionManager désigné par un objet IDTSRuntimeConnection100.

S’applique à