ConnectionManagerCacheClass.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 or sets the columns in the cache.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumns100 ^ Columns { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumns100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100 Columns { get; }
member this.Columns : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100
Public Overridable ReadOnly Property Columns As IDTSConnectionManagerCacheColumns100
Property Value
The columns in the cache.
Implements
Remarks
For more information, see ConnectionManager.