Freigeben über


AdomdDataReader.GetName-Methode

Returns the name of the specified column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetName ( _
    i As Integer _
) As String
'Usage
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

Parameter

  • i
    Typ: System.Int32
    The zero-based ordinal position of the column to find.

Rückgabewert

Typ: System.String
A String that contains the name of the specified column.

Implementiert

IDataRecord.GetName(Int32)

Siehe auch

Verweis

AdomdDataReader Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace