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.