Partager via


Méthode GetName

Returns the name of the specified column.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetName ( _
    ordinal As Integer _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

IDataRecord. . :: . .GetName(Int32)