Метод GetName

Returns the name of the specified column.

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

Синтаксис

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

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

Параметры

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

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

Реализует

IDataRecord. . :: . .GetName(Int32)