Freigeben über


IDTSConnectionManagerCache100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Syntax

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

Der IDTSConnectionManagerCache100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Columns Infrastruktur Gets the columns in the cache.
Öffentliche Eigenschaft RetainData Infrastruktur Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
Öffentliche Eigenschaft UseEncryption Infrastruktur Gets or sets a Boolean that indicates whether to use encryption.
Öffentliche Eigenschaft UseFile Infrastruktur Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetFileColumns Infrastruktur Reads and returns the columns from the specified cache file.

Zum Anfang

Hinweise

For more information, see ConnectionManagerCacheClass.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace