Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides properties and methods associated with managing connections using a Cache Transform or a cache file for the data connection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("BE4349E3-26B9-4EB6-802A-489E95C50DE6")> _
Public Interface IDTSConnectionManagerCache100
'Usage
Dim instance As IDTSConnectionManagerCache100
[GuidAttribute("BE4349E3-26B9-4EB6-802A-489E95C50DE6")]
public interface IDTSConnectionManagerCache100
[GuidAttribute(L"BE4349E3-26B9-4EB6-802A-489E95C50DE6")]
public interface class IDTSConnectionManagerCache100
[<GuidAttribute("BE4349E3-26B9-4EB6-802A-489E95C50DE6")>]
type IDTSConnectionManagerCache100 = interface end
public interface IDTSConnectionManagerCache100
The IDTSConnectionManagerCache100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Columns | Infrastructure. Gets the columns in the cache. |
![]() |
RetainData | Infrastructure. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache. |
![]() |
UseEncryption | Infrastructure. Gets or sets a Boolean that indicates whether to use encryption. |
![]() |
UseFile | Infrastructure. Gets or sets a Boolean that indicates whether the connection manager uses a cache file. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetFileColumns | Infrastructure. Reads and returns the columns from the specified cache file. |
Top
Remarks
For more information, see ConnectionManagerCacheClass.