Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an AdomdDataReader object from the specified column.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function GetDataReader ( _
index As Integer _
) As AdomdDataReader
'Uso
Dim instance As AdomdDataReader
Dim index As Integer
Dim returnValue As AdomdDataReader
returnValue = instance.GetDataReader(index)
public AdomdDataReader GetDataReader(
int index
)
public:
AdomdDataReader^ GetDataReader(
int index
)
member GetDataReader :
index:int -> AdomdDataReader
public function GetDataReader(
index : int
) : AdomdDataReader
Parámetros
- index
Tipo: System.Int32
The zero-based ordinal position of the column to be retrieved.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.AdomdDataReader
An AdomdDataReader object from the specified column.