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 命名空间