AdomdDataReader.GetTimeSpan 메서드

지정된 열의 값을 포함하는 TimeSpan을 가져옵니다.

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

구문

‘선언
Public Function GetTimeSpan ( _
    index As Integer _
) As TimeSpan
‘사용 방법
Dim instance As AdomdDataReader 
Dim index As Integer 
Dim returnValue As TimeSpan 

returnValue = instance.GetTimeSpan(index)
public TimeSpan GetTimeSpan(
    int index
)
public:
virtual TimeSpan GetTimeSpan(
    int index
) sealed
abstract GetTimeSpan : 
        index:int -> TimeSpan  
override GetTimeSpan : 
        index:int -> TimeSpan
public final function GetTimeSpan(
    index : int
) : TimeSpan

매개 변수

  • index
    유형: Int32
    검색할 열의 서수 위치(0부터 시작)입니다.

반환 값

유형: TimeSpan
지정된 열의 값을 포함하는 TimeSpan입니다.

참고 항목

참조

AdomdDataReader 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스