Share via


ConnectionManagerMultiFile Schnittstelle

Definition

Weitere Informationen finden Sie unter ConnectionManagerMultiFileClass.

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

Eigenschaften

ConnectionString

Ruft die zum Herstellen einer Verbindung mit einer Datenquelle verwendete Verbindungszeichenfolge ab oder legt sie fest.

(Geerbt von IDTSConnectionManager100)
ProtectionLevel

Ruft die Verschlüsselungsebene ab, die auf sensible, im Paket enthaltene Daten angewendet wird, oder legt sie fest.

(Geerbt von IDTSConnectionManager100)
Scope

Ruft den Bereich des Verbindungs-Managers ab.

(Geerbt von IDTSConnectionManager100)
SupportsDTCTransactions

Ruft einen booleschen Wert ab, der angibt, ob die Verbindung Microsoft Distributed Transaction Coordinator (MS DTC)-Transaktionen unterstützt.

(Geerbt von IDTSConnectionManager100)

Methoden

AcquireConnection(Object)

Erstellt eine Instanz des Verbindungstyps.

(Geerbt von IDTSConnectionManager100)
ReleaseConnection(Object)

Gibt die während AcquireConnection(Object) hergestellte Verbindung frei. Kann zur Entwurfs- und Laufzeit aufgerufen werden.

(Geerbt von IDTSConnectionManager100)
SetQualifier(String)

Ändert einen Qualifizierer für den Verbindungs-Manager, nachdem der Verbindungs-Manager erstellt wurde, aber bevor er in einem ausgeführten Paket verwendet wird.

(Geerbt von IDTSConnectionManager100)
Validate(IDTSInfoEvents100)

Überprüft die Verbindung und gibt eine Enumeration zurück, die die erfolgreiche Ausführung oder einen Fehler angibt.

(Geerbt von IDTSConnectionManager100)

Gilt für: