GetName Método
Returns the name of the specified column.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Function GetName ( _
ordinal As Integer _
) As String
'Uso
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
Parámetros
- ordinal
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
Vea también