AdomdDataReader.GetOrdinal Method
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
public int GetOrdinal (
string name
)
public:
virtual int GetOrdinal (
String^ name
) sealed
public final int GetOrdinal (
String name
)
public final function GetOrdinal (
name : String
) : int
Parameter
- name
The name of the column to find.
Rückgabewert
An Integer that contains the ordinal position of the specified column.
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.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdClient Namespace