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 | |
---|---|---|
ConnectionManagerCacheClass | Infrastructure. For more information, see ConnectionManager. |
Top
Properties
Name | Description | |
---|---|---|
Columns | Infrastructure. For more information, see ConnectionManager. | |
ConnectionString | Infrastructure. For more information, see ConnectionManager. | |
ProtectionLevel | Infrastructure. For more information, see ConnectionManager. | |
RetainData | Infrastructure. For more information, see ConnectionManager. | |
SupportsDTCTransactions | Infrastructure. For more information, see ConnectionManager. | |
UseEncryption | Infrastructure. For more information, see ConnectionManager. | |
UseFile | Infrastructure. For more information, see ConnectionManager. |
Top
Methods
Name | Description | |
---|---|---|
AcquireConnection | Infrastructure. For more information, see ConnectionManager. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFileColumns | Infrastructure. For more information, see ConnectionManager. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReleaseConnection | Infrastructure. For more information, see ConnectionManager. | |
SetQualifier | Infrastructure. For more information, see ConnectionManager. | |
ToString | (Inherited from Object.) | |
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.