Compartir a través de


AdomdDataReader.GetDateTime Method

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

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
public DateTime GetDateTime (
    int i
)
public:
virtual DateTime GetDateTime (
    int i
) sealed
public final DateTime GetDateTime (
    int i
)
public final function GetDateTime (
    i : int
) : DateTime

Parámetros

  • i
    The zero-based ordinal position of the column to be retrieved.

Valor devuelto

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdServer Namespace