Share via


GetValue 메서드

Returns the value for the specified column in its native format.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Function GetValue ( _
    i As Integer _
) As Object
‘사용 방법
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Object

returnValue = instance.GetValue(i)
public Object GetValue(
    int i
)
public:
virtual Object^ GetValue(
    int i
) sealed
abstract GetValue : 
        i:int -> Object 
override GetValue : 
        i:int -> Object 
public final function GetValue(
    i : int
) : Object

매개 변수

반환 값

유형: System. . :: . .Object
An Object that contains the value of the specified column.

구현

IDataRecord. . :: . .GetValue(Int32)