Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an AdomdDataReader object from the specified column.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetDataReader ( _
index As Integer _
) As AdomdDataReader
'Usage
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
Parameters
- index
Type: System.Int32
The zero-based ordinal position of the column to be retrieved.
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.AdomdDataReader
An AdomdDataReader object from the specified column.