IDTSConnectionManagerCache100.Columns Property

Definition

Gets the columns in the cache.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumns100 ^ Columns { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumns100 ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100 Columns { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.Columns : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100
Public ReadOnly Property Columns As IDTSConnectionManagerCacheColumns100

Property Value

The columns in the cache.

Attributes

Remarks

For more information, see ConnectionManagerCacheClass.

Applies to