IDTSConnectionManagerCache100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("BE4349E3-26B9-4EB6-802A-489E95C50DE6")> _
Public Interface IDTSConnectionManagerCache100
用法
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

IDTSConnectionManagerCache100 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 GetFileColumns 基础结构。Reads and returns the columns from the specified cache file.

页首

注释

For more information, see ConnectionManagerCacheClass.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间