IDTSConnectionManagerCache100.Columns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.