ConnectionManagerOdbc Schnittstelle

Definition

Weitere Informationen finden Sie unter ConnectionManagerOdbcClass.

public interface class ConnectionManagerOdbc : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOdbcClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerOdbc : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOdbcClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerOdbc : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOdbcClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerOdbc : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOdbcClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerOdbc = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOdbcClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerOdbc = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOdbcClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerOdbc = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerOdbc
Implements IDTSConnectionManager100
Abgeleitet
Attribute
Implementiert

Eigenschaften

Name Beschreibung
ConnectionString

Erhält oder setzt die Verbindungszeichenfolge, die zur Herstellung einer Verbindung zu einer Datenquelle verwendet wird.

(Geerbt von IDTSConnectionManager100)
ProtectionLevel

Erhält oder legt das Verschlüsselungsniveau der im Paket enthaltenen sensiblen Daten fest.

(Geerbt von IDTSConnectionManager100)
Scope

Er bekommt den Umfang des Verbindungsmanagers.

(Geerbt von IDTSConnectionManager100)
SupportsDTCTransactions

Erhält einen Boolean, der angibt, ob die Verbindung Microsoft Distributed Transaction Coordinator (MS DTC)-Transaktionen unterstützt.

(Geerbt von IDTSConnectionManager100)

Methoden

Name Beschreibung
AcquireConnection(Object)

Erstellt eine Instanz des Verbindungstyps.

(Geerbt von IDTSConnectionManager100)
ReleaseConnection(Object)

Befreit die während hergestellte Verbindung AcquireConnection(Object). Kann zur Designzeit und zur Laufzeit aufgerufen werden.

(Geerbt von IDTSConnectionManager100)
SetQualifier(String)

Ändert einen Qualifikator im Connection Manager, nachdem der Connection Manager erstellt wurde, aber bevor er in einem laufenden Paket verwendet wird.

(Geerbt von IDTSConnectionManager100)
Validate(IDTSInfoEvents100)

Validiert die Verbindung und gibt eine Aufzählung zurück, die auf Erfolg oder Misserfolg hinweist.

(Geerbt von IDTSConnectionManager100)

Gilt für: