AdomdDataReader.GetDouble 메서드
Returns a Double that contains the value from the specified column.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Function GetDouble ( _
i As Integer _
) As Double
‘사용 방법
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Double
returnValue = instance.GetDouble(i)
public double GetDouble(
int i
)
public:
virtual double GetDouble(
int i
) sealed
abstract GetDouble :
i:int -> float
override GetDouble :
i:int -> float
public final function GetDouble(
i : int
) : double
매개 변수
- i
유형: System.Int32
The zero-based ordinal position of the column to be retrieved.
반환 값
유형: System.Double
A Double that contains the value of the specified column.