共用方式為


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
    要擷取的資料行之以零為基底序數位置。

傳回值

型別:TimeSpan
TimeSpan ,其中包含指定之資料行的值。

請參閱

參考

AdomdDataReader 類別

Microsoft.AnalysisServices.AdomdServer 命名空間