IDTSConnectionManager100 Interface

Définition

Fournit des propriétés et méthodes utilisées pour gérer la connexion à une source de données.

public interface class IDTSConnectionManager100
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface IDTSConnectionManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface IDTSConnectionManager100
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type IDTSConnectionManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type IDTSConnectionManager100 = interface
Public Interface IDTSConnectionManager100
Dérivé
Attributs

Remarques

Pour plus d’informations, consultez ConnectionManager.

Propriétés

Nom Description
ConnectionString

Obtient ou définit la chaîne de connexion utilisée pour établir une connexion à une source de données.

ProtectionLevel

Obtient ou définit le niveau de chiffrement effectué sur les données sensibles contenues dans le paquet.

Scope

Ça comprend la portée du gestionnaire de connexion.

SupportsDTCTransactions

Obtient un booléen qui indique si la connexion prend en charge les transactions Microsoft Distributed Transaction Coordinator (MS DTC).

Méthodes

Nom Description
AcquireConnection(Object)

Crée une instance du type de connexion.

ReleaseConnection(Object)

Libère la connexion établie pendant AcquireConnection(Object). Peut être appelé au moment de la conception et à l’exécution.

SetQualifier(String)

Modifie un qualificateur sur le gestionnaire de connexion après la création du gestionnaire de connexion mais avant qu’il ne soit utilisé dans un package en cours.

Validate(IDTSInfoEvents100)

Valide la connexion et renvoie une énumération indiquant succès ou échec.

S’applique à