Metodo AdomdDataReader.GetDateTime

Returns a DateTime that contains the value from the specified column.

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

Sintassi

'Dichiarazione
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
'Utilizzo
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As DateTime 

returnValue = instance.GetDateTime(i)
public DateTime GetDateTime(
    int i
)
public:
virtual DateTime GetDateTime(
    int i
) sealed
abstract GetDateTime : 
        i:int -> DateTime  
override GetDateTime : 
        i:int -> DateTime
public final function GetDateTime(
    i : int
) : DateTime

Parametri

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

Valore restituito

Tipo: System.DateTime
A DateTime that contains the value, converted to local system time, of the specified column.

Implementa

IDataRecord.GetDateTime(Int32)

Vedere anche

Riferimento

AdomdDataReader Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer