GetFieldType 메서드

Returns a Type that represents the data type of the specified column.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public Function GetFieldType ( _
    ordinal As Integer _
) As Type
‘사용 방법
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As Type

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

매개 변수

반환 값

형식: System. . :: . .Type
A Type that contains the type of the Object returned by the GetValue method.

구현

IDataRecord. . :: . .GetFieldType(Int32)

주의

This information may be used to increase performance by indicating the strongly typed accessor to call.

If the data contained in the column changes from row to row, the type returned will be Object.