Share via


ConnectionManagerCacheClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManager.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("F7EBA4B6-0349-47BF-94C1-6D8B2F5AF894")> _
Public Class ConnectionManagerCacheClass _
    Implements IDTSConnectionManager100, ConnectionManagerCache, IDTSConnectionManagerCache100
'Usage
Dim instance As ConnectionManagerCacheClass
[ClassInterfaceAttribute()]
[GuidAttribute("F7EBA4B6-0349-47BF-94C1-6D8B2F5AF894")]
public class ConnectionManagerCacheClass : IDTSConnectionManager100, 
    ConnectionManagerCache, IDTSConnectionManagerCache100
[ClassInterfaceAttribute()]
[GuidAttribute(L"F7EBA4B6-0349-47BF-94C1-6D8B2F5AF894")]
public ref class ConnectionManagerCacheClass : IDTSConnectionManager100, 
    ConnectionManagerCache, IDTSConnectionManagerCache100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("F7EBA4B6-0349-47BF-94C1-6D8B2F5AF894")>]
type ConnectionManagerCacheClass =  
    class
        interface IDTSConnectionManager100
        interface ConnectionManagerCache
        interface IDTSConnectionManagerCache100
    end
public class ConnectionManagerCacheClass implements IDTSConnectionManager100, ConnectionManagerCache, IDTSConnectionManagerCache100

The ConnectionManagerCacheClass type exposes the following members.

Constructors

  Name Description
Public method ConnectionManagerCacheClass Infrastructure. For more information, see ConnectionManager.

Top

Properties

  Name Description
Public property Columns Infrastructure. For more information, see ConnectionManager.
Public property ConnectionString Infrastructure. For more information, see ConnectionManager.
Public property ProtectionLevel Infrastructure. For more information, see ConnectionManager.
Public property RetainData Infrastructure. For more information, see ConnectionManager.
Public property SupportsDTCTransactions Infrastructure. For more information, see ConnectionManager.
Public property UseEncryption Infrastructure. For more information, see ConnectionManager.
Public property UseFile Infrastructure. For more information, see ConnectionManager.

Top

Methods

  Name Description
Public method AcquireConnection Infrastructure. For more information, see ConnectionManager.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetFileColumns Infrastructure. For more information, see ConnectionManager.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReleaseConnection Infrastructure. For more information, see ConnectionManager.
Public method SetQualifier Infrastructure. For more information, see ConnectionManager.
Public method ToString (Inherited from Object.)
Public method Validate Infrastructure. For more information, see ConnectionManager.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.