Share via


IDTSConnectionManagerCache100 Interface

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
Public property Columns Infrastructure. Gets the columns in the cache.
Public property RetainData Infrastructure. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
Public property UseEncryption Infrastructure. Gets or sets a Boolean that indicates whether to use encryption.
Public property UseFile Infrastructure. Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

Top

Methods

  Name Description
Public method GetFileColumns Infrastructure. Reads and returns the columns from the specified cache file.

Top

Remarks

For more information, see ConnectionManagerCacheClass.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace