Compartir a través de


AdomdDataReader.GetName Método

Returns the name of the specified column.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetName ( _
    i As Integer _
) As String
'Uso
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

Parámetros

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

Valor devuelto

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

Implementa

IDataRecord.GetName(Int32)

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer