Share via


GetDateTime 메서드

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

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

구문

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

returnValue = instance.GetDateTime(i)
public DateTime GetDateTime(
    int i
)
public:
virtual DateTime GetDateTime(
    int i
) sealed
abstract GetDateTime : 
        i:int -> DateTime 
override GetDateTime : 
        i:int -> DateTime 
public final function GetDateTime(
    i : int
) : DateTime

매개 변수

반환 값

유형: System. . :: . .DateTime
A DateTime that contains the value, converted to local system time, of the specified column.

구현

IDataRecord. . :: . .GetDateTime(Int32)