Metoda AdomdDataReader.GetDateTime
Zwraca DateTime zawiera wartości z określonej kolumna.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Function GetDateTime ( _
i As Integer _
) As DateTime
'Użycie
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
Parametry
- i
Typ: System.Int32
Od zera Pozycja porządkowa kolumna, które mają zostać pobrane.
Wartość zwracana
Typ: System.DateTime
A DateTime zawiera wartości konwertowane na czas lokalny system określona kolumna.