다음을 통해 공유


GetDateTime 메서드

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

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

구문

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

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

매개 변수

반환 값

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

구현

IDataRecord. . :: . .GetDateTime(Int32)