Compartir a través de


Interfaz IDTSConnectionManagerCache100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("BE4349E3-26B9-4EB6-802A-489E95C50DE6")> _
Public Interface IDTSConnectionManagerCache100
'Uso
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

El tipo IDTSConnectionManagerCache100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Columns Infraestructura. Gets the columns in the cache.
Propiedad pública RetainData Infraestructura. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
Propiedad pública UseEncryption Infraestructura. Gets or sets a Boolean that indicates whether to use encryption.
Propiedad pública UseFile Infraestructura. Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

Arriba

Métodos

  Nombre Descripción
Método público GetFileColumns Infraestructura. Reads and returns the columns from the specified cache file.

Arriba

Comentarios

For more information, see ConnectionManagerCacheClass.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper