GetData 方法

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

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

语法

声明
Public Function GetData ( _
    i As Integer _
) As IDataReader
用法
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As IDataReader

returnValue = instance.GetData(i)
public IDataReader GetData(
    int i
)
public:
virtual IDataReader^ GetData(
    int i
) sealed
abstract GetData : 
        i:int -> IDataReader 
override GetData : 
        i:int -> IDataReader 
public final function GetData(
    i : int
) : IDataReader

参数

返回值

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

实现

IDataRecord. . :: . .GetData(Int32)