ConnectionManagerCacheClass.GetFileColumns(String) Method
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.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnectionManagerCacheColumns100 ^ GetFileColumns(System::String ^ bstrFileName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnectionManagerCache100::GetFileColumns;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnectionManagerCacheColumns100 GetFileColumns (string bstrFileName);
abstract member GetFileColumns : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnectionManagerCacheColumns100
override this.GetFileColumns : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnectionManagerCacheColumns100
Public Overridable Function GetFileColumns (bstrFileName As String) As IDTSConnectionManagerCacheColumns100
Parameters
- bstrFileName
- String
Returns
The columns from the specified cache file.
Implements
Remarks
For more information, see ConnectionManager.