ConnectionManagerAdo-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see ConnectionManagerAdoClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface ConnectionManagerAdo _
Inherits IDTSConnectionManager100
'Usage
Dim instance As ConnectionManagerAdo
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerAdo : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerAdo : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerAdo =
interface
interface IDTSConnectionManager100
end
public interface ConnectionManagerAdo extends IDTSConnectionManager100
Der ConnectionManagerAdo-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ConnectionString | Infrastruktur Gets or sets the connection string used to establish a connection to a data source. (Geerbt von IDTSConnectionManager100.) | |
ProtectionLevel | Infrastruktur Gets or sets the level of encryption performed on sensitive data that is contained in the package. (Geerbt von IDTSConnectionManager100.) | |
Scope | Infrastruktur Gets the scope of the connection manager. (Geerbt von IDTSConnectionManager100.) | |
SupportsDTCTransactions | Infrastruktur Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (Geerbt von IDTSConnectionManager100.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AcquireConnection | Infrastruktur Creates an instance of the connection type. (Geerbt von IDTSConnectionManager100.) | |
ReleaseConnection | Infrastruktur Frees the connection established during AcquireConnection. Can be called at design time and runtime. (Geerbt von IDTSConnectionManager100.) | |
SetQualifier | Infrastruktur Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (Geerbt von IDTSConnectionManager100.) | |
Validate | Infrastruktur Validates the connection and returns an enumeration that indicates success or failure. (Geerbt von IDTSConnectionManager100.) |
Zum Anfang