ConnectionManagerCacheClass.GetFileColumns(String) Method

Definition

Reads and returns the columns from the specified cache file.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumns100 ^ GetFileColumns(System::String ^ bstrFileName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCache100::GetFileColumns;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100 GetFileColumns (string bstrFileName);
abstract member GetFileColumns : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100
override this.GetFileColumns : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100
Public Overridable Function GetFileColumns (bstrFileName As String) As IDTSConnectionManagerCacheColumns100

Parameters

bstrFileName
String

The name of the cache file.

Returns

The columns from the specified cache file.

Implements

Remarks

For more information, see ConnectionManager.

Applies to