Interfaccia IDTSConnectionManagerCache100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo IDTSConnectionManagerCache100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Columns Infrastruttura. Gets the columns in the cache.
Proprietà pubblica RetainData Infrastruttura. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
Proprietà pubblica UseEncryption Infrastruttura. Gets or sets a Boolean that indicates whether to use encryption.
Proprietà pubblica UseFile Infrastruttura. Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetFileColumns Infrastruttura. Reads and returns the columns from the specified cache file.

In alto

Osservazioni

For more information, see ConnectionManagerCacheClass.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper