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 です。