Share via


IDTSConnectionManagerCache100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManagerCacheClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("3DED109E-5757-4A19-A7ED-7CFDD5464871")> _
Public Interface IDTSConnectionManagerCache100
'Usage
Dim instance As IDTSConnectionManagerCache100
[GuidAttribute("3DED109E-5757-4A19-A7ED-7CFDD5464871")]
public interface IDTSConnectionManagerCache100
[GuidAttribute(L"3DED109E-5757-4A19-A7ED-7CFDD5464871")]
public interface class IDTSConnectionManagerCache100
[<GuidAttribute("3DED109E-5757-4A19-A7ED-7CFDD5464871")>]
type IDTSConnectionManagerCache100 =  interface end
public interface IDTSConnectionManagerCache100

The IDTSConnectionManagerCache100 type exposes the following members.

Properties

  Name Description
Public property Columns Infrastructure. For more information, see ConnectionManagerCacheClass.
Public property RetainData Infrastructure. For more information, see ConnectionManagerCacheClass.
Public property UseEncryption Infrastructure. For more information, see ConnectionManagerCacheClass.
Public property UseFile Infrastructure. For more information, see ConnectionManagerCacheClass.

Top

Methods

  Name Description
Public method GetFileColumns Infrastructure. For more information, see ConnectionManagerCacheClass.

Top