Metodo AdomdDataReader.GetTimeSpan

Gets a TimeSpan that contains the value from the specified column.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetTimeSpan ( _
    index As Integer _
) As TimeSpan
'Utilizzo
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

Parametri

  • index
    Tipo: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Valore restituito

Tipo: System.TimeSpan
A TimeSpan that contains the value from the specified column.

Vedere anche

Riferimento

AdomdDataReader Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer