IDTSConnectionManagerCache100.GetFileColumns(String) 方法

定义

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

参数

bstrFileName
String

返回

指定缓存文件中的列。

属性

注解

有关详细信息,请参阅 ConnectionManagerCacheClass

适用于