Partager via


Méthode AdomdDataReader.GetDateTime

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetDateTime ( _
    ordinal As Integer _
) As DateTime
'Utilisation
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As DateTime 

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

Paramètres

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

Valeur de retour

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

Implémente

IDataRecord.GetDateTime(Int32)

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient