Método GetName
Returns the name of the specified column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
A String that contains the name of the specified column.
Implementa
Consulte também