ConnectionManagerMultiFileClass Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt eine Klasse des Verbindungs-Managers mit mehreren Dateien dar.
public ref class ConnectionManagerMultiFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerMultiFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerMultiFileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerMultiFile
interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")>]
type ConnectionManagerMultiFileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerMultiFile
interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")>]
type ConnectionManagerMultiFileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerMultiFile
interface IDTSConnectionManagerFile100
Public Class ConnectionManagerMultiFileClass
Implements ConnectionManagerMultiFile, IDTSConnectionManagerFile100
- Vererbung
-
ConnectionManagerMultiFileClass
- Attribute
- Implementiert
Hinweise
Weitere Informationen finden Sie unter ConnectionManager.
Konstruktoren
ConnectionManagerMultiFileClass() |
Initialisiert eine neue Instanz der ConnectionManagerMultiFileClass-Klasse. |
Eigenschaften
ConnectionString |
Ruft die zum Herstellen einer Verbindung mit einer Datenquelle verwendete Verbindungszeichenfolge ab oder legt sie fest. |
FileUsageType |
Ruft den Verwendungstyp der Dateiverbindung ab oder legt ihn fest. |
ProtectionLevel |
Ruft die Verschlüsselungsebene ab, die auf sensible, im Paket enthaltene Daten angewendet wird, oder legt sie fest. |
Scope |
Ruft den Bereich für die Verbindung ab oder legt ihn fest. |
SupportsDTCTransactions |
Ruft einen Wert ab, der angibt, ob die Verbindung DTC-Transaktionen unterstützt. |
Methoden
AcquireConnection(Object) |
Erstellt eine Instanz des Verbindungstyps. |
ReleaseConnection(Object) |
Gibt die während AcquireConnection(Object) hergestellte Verbindung frei. |
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. |
Validate(IDTSInfoEvents100) |
Überprüft die Verbindung und gibt eine Enumeration zurück, die die erfolgreiche Ausführung oder einen Fehler angibt. |