Metodo AdomdDataReader.GetData

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetData ( _
    i As Integer _
) As IDataReader
'Utilizzo
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

Parametri

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

Valore restituito

Tipo: 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.

Implementa

IDataRecord.GetData(Int32)

Vedere anche

Riferimento

AdomdDataReader Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer