GetDateTime 方法

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

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
用法
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

参数

返回值

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

实现

IDataRecord. . :: . .GetDateTime(Int32)