AdomdDataReader.GetData Method

Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.

命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)

语法

声明
Public Function GetData ( _
    i As Integer _
) As IDataReader
public IDataReader GetData (
    int i
)
public:
virtual IDataReader^ GetData (
    int i
) sealed
public final IDataReader GetData (
    int i
)
public final function GetData (
    i : int
) : IDataReader

参数

  • i
    The zero-based ordinal position of the column to find.

返回值

A System.Data.IDataReader interface that points to more remote structured data referenced by the column. For more information, see the IDataReader Interface topic.

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdServer Namespace