AdomdDataReader.GetName Method (Int32)

 

Returns the name of the specified column.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string GetName(
    int ordinal
)
public:
virtual String^ GetName(
    int ordinal
) sealed
abstract GetName : 
        ordinal:int -> string
override GetName : 
        ordinal:int -> string
Public Function GetName (
    ordinal As Integer
) As String

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to find.

Return Value

Type: System.String

A String that contains the name of the specified column.

Implements

IDataRecord.GetName(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top