Share via


AdomdDataReader.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

매개 변수

  • i
    유형: System.Int32
    The zero-based ordinal position of the column to find.

반환 값

유형: 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)

참고 항목

참조

AdomdDataReader 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스