IDTSConnectionManagerCache100.GetFileColumns(String) Method

Definition

Reads and returns the columns from the specified cache file.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumns100 ^ GetFileColumns(System::String ^ bstrFileName);
[System.Runtime.InteropServices.DispId(5)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100 GetFileColumns (string bstrFileName);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member GetFileColumns : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumns100
Public Function GetFileColumns (bstrFileName As String) As IDTSConnectionManagerCacheColumns100

Parameters

bstrFileName
String

The name of the cache file.

Returns

The columns from the specified cache file.

Attributes

Remarks

For more information, see ConnectionManagerCacheClass.

Applies to