GetTimeSpan Método
Gets a TimeSpan that contains the value from the specified column.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function GetTimeSpan ( _
index As Integer _
) As TimeSpan
'Uso
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
Parámetros
- index
Tipo: System. . :: . .Int32
Valor devuelto
Tipo: System. . :: . .TimeSpan
A TimeSpan that contains the value from the specified column.