AdomdDataReader.GetFieldType 方法

返回表示指定列的数据类型的 Type。

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

语法

声明
Public Function GetFieldType ( _
    i As Integer _
) As Type
用法
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As Type 

returnValue = instance.GetFieldType(i)
public Type GetFieldType(
    int i
)
public:
virtual Type^ GetFieldType(
    int i
) sealed
abstract GetFieldType : 
        i:int -> Type  
override GetFieldType : 
        i:int -> Type
public final function GetFieldType(
    i : int
) : Type

参数

  • i
    类型:Int32
    要查找的列的从零开始的序号位置。

返回值

类型:Type
一个类型,它包含 GetValue 方法返回的对象的类型。

实现

IDataRecordGetFieldType(Int32)

注释

此信息可能用于通过指示要调用的强类型取值函数来提高性能。

如果列中包含的数据对于每行都不同,返回的类型将为 Object。

请参阅

参考

AdomdDataReader 类

Microsoft.AnalysisServices.AdomdServer 命名空间