Поделиться через


Метод AdomdDataReader.GetName

Returns the name of the specified column.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Function GetName ( _
    ordinal As Integer _
) As String
'Применение
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As String 

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

Параметры

  • ordinal
    Тип: System.Int32
    The zero-based ordinal position of the column to find.

Возвращаемое значение

Тип: System.String
A String that contains the name of the specified column.

Реализует

IDataRecord.GetName(Int32)

См. также

Справочник

AdomdDataReader Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient