GetDateTime méthode

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
'Utilisation
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

Paramètres

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)