IDTSConnectionManagerCache100 Interface

Definition

Provides properties and methods associated with managing connections using a Cache Transform or a cache file for the data connection.

public interface class IDTSConnectionManagerCache100
[System.Runtime.InteropServices.Guid("D486BC51-E3E7-48F1-A859-478B547FB5D9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSConnectionManagerCache100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("9AC9C18F-BD61-484B-861C-9055FF4906B7")]
public interface IDTSConnectionManagerCache100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("0D21C929-6E0B-4D1B-ADA0-52846B71601C")]
public interface IDTSConnectionManagerCache100
[<System.Runtime.InteropServices.Guid("D486BC51-E3E7-48F1-A859-478B547FB5D9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSConnectionManagerCache100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("9AC9C18F-BD61-484B-861C-9055FF4906B7")>]
type IDTSConnectionManagerCache100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("0D21C929-6E0B-4D1B-ADA0-52846B71601C")>]
type IDTSConnectionManagerCache100 = interface
Public Interface IDTSConnectionManagerCache100
Derived
Attributes

Remarks

For more information, see ConnectionManagerCacheClass.

Properties

Columns

Gets the columns in the cache.

RetainData

Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.

UseEncryption

Gets or sets a Boolean that indicates whether to use encryption.

UseFile

Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

Methods

GetFileColumns(String)

Reads and returns the columns from the specified cache file.

Applies to