Freigeben über


AdomdDataReader.GetOrdinal-Methode

Returns the ordinal position of the specified column.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function GetOrdinal ( _
    name As String _
) As Integer
'Usage
Dim instance As AdomdDataReader 
Dim name As String 
Dim returnValue As Integer 

returnValue = instance.GetOrdinal(name)
public int GetOrdinal(
    string name
)
public:
virtual int GetOrdinal(
    String^ name
) sealed
abstract GetOrdinal : 
        name:string -> int  
override GetOrdinal : 
        name:string -> int
public final function GetOrdinal(
    name : String
) : int

Parameter

Rückgabewert

Typ: System.Int32
An Integer that contains the ordinal position of the specified column.

Implementiert

IDataRecord.GetOrdinal(String)

Hinweise

GetOrdinal performs a case-insensitive lookup.

GetOrdinal is kana-width insensitive.

Because ordinal-based lookups are more efficient than named lookups, it is inefficient to call GetOrdinal within a loop. Save time by calling GetOrdinal once and assigning the results to an integer variable for use within the loop.

Siehe auch

Verweis

AdomdDataReader Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace