共用方式為


GetDouble 方法

Returns a Double that contains the value from the specified column.

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

語法

'宣告
Public Function GetDouble ( _
    ordinal As Integer _
) As Double
'用途
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As Double

returnValue = instance.GetDouble(ordinal)
public double GetDouble(
    int ordinal
)
public:
virtual double GetDouble(
    int ordinal
) sealed
abstract GetDouble : 
        ordinal:int -> float 
override GetDouble : 
        ordinal:int -> float 
public final function GetDouble(
    ordinal : int
) : double

參數

傳回值

型別:System. . :: . .Double
A Double that contains the value of the specified column.

實作

IDataRecord. . :: . .GetDouble(Int32)