Compartilhar via


Interface IDTSConnectionManagerCache100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSConnectionManagerCache100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Columns Infraestrutura. Gets the columns in the cache.
Propriedade pública RetainData Infraestrutura. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
Propriedade pública UseEncryption Infraestrutura. Gets or sets a Boolean that indicates whether to use encryption.
Propriedade pública UseFile Infraestrutura. Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

Início

Métodos

  Nome Descrição
Método público GetFileColumns Infraestrutura. Reads and returns the columns from the specified cache file.

Início

Comentários

For more information, see ConnectionManagerCacheClass.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper