共用方式為


AdomdDataReader.GetDataReader 方法

Gets an AdomdDataReader object from the specified column.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function GetDataReader ( _
    index As Integer _
) As AdomdDataReader
'用途
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

參數

  • index
    型別:System.Int32
    The zero-based ordinal position of the column to be retrieved.

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.AdomdDataReader
An AdomdDataReader object from the specified column.

請參閱

參考

AdomdDataReader 類別

Microsoft.AnalysisServices.AdomdServer 命名空間