Méthode AdomdDataReader.GetName
Retourne le nom de la colonne spécifiée.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function GetName ( _
i As Integer _
) As String
'Utilisation
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
Paramètres
- i
Type : Int32
Position ordinale de base zéro de la colonne à rechercher.
Valeur de retour
Type : String
String qui contient le nom de la colonne spécifiée.
Implémente
IDataRecordGetName(Int32)