Partager via


Interface IDTSConnectionManagerCache100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("BE4349E3-26B9-4EB6-802A-489E95C50DE6")> _
Public Interface IDTSConnectionManagerCache100
'Utilisation
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

Le type IDTSConnectionManagerCache100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Columns Infrastructure. Gets the columns in the cache.
Propriété publique RetainData Infrastructure. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
Propriété publique UseEncryption Infrastructure. Gets or sets a Boolean that indicates whether to use encryption.
Propriété publique UseFile Infrastructure. Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetFileColumns Infrastructure. Reads and returns the columns from the specified cache file.

Haut de la page

Notes

For more information, see ConnectionManagerCacheClass.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper