Méthode AdomdDataReader.GetFieldType
Returns a Type that represents the data type of the specified column.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function GetFieldType ( _
i As Integer _
) As Type
'Utilisation
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
Paramètres
- i
Type : System.Int32
The zero-based ordinal position of the column to find.
Valeur de retour
Type : System.Type
A Type that contains the type of the Object returned by the GetValue method.
Implémente
IDataRecord.GetFieldType(Int32)
Notes
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.