Metodo AdomdDataReader.GetName

Returns the name of the specified column.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Function GetName ( _
    ordinal As Integer _
) As String
'Utilizzo
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

Parametri

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

Valore restituito

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

Implementa

IDataRecord.GetName(Int32)

Vedere anche

Riferimento

AdomdDataReader Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient