ConnectionManagerCache Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information, see ConnectionManagerCacheClass.
public interface class ConnectionManagerCache : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerCache : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerCache : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerCache : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerCache = interface
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerCache = interface
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerCache = interface
interface IDTSConnectionManager100
Public Interface ConnectionManagerCache
Implements IDTSConnectionManager100
- Derived
- Attributes
- Implements
Properties
ConnectionString |
Gets or sets the connection string used to establish a connection to a data source. (Inherited from IDTSConnectionManager100) |
ProtectionLevel |
Gets or sets the level of encryption performed on sensitive data that is contained in the package. (Inherited from IDTSConnectionManager100) |
Scope |
Gets the scope of the connection manager. (Inherited from IDTSConnectionManager100) |
SupportsDTCTransactions |
Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (Inherited from IDTSConnectionManager100) |
Methods
AcquireConnection(Object) |
Creates an instance of the connection type. (Inherited from IDTSConnectionManager100) |
ReleaseConnection(Object) |
Frees the connection established during AcquireConnection(Object). Can be called at design time and runtime. (Inherited from IDTSConnectionManager100) |
SetQualifier(String) |
Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (Inherited from IDTSConnectionManager100) |
Validate(IDTSInfoEvents100) |
Validates the connection and returns an enumeration that indicates success or failure. (Inherited from IDTSConnectionManager100) |