AdomdDataReader.GetInt32 Method (Int32)

 

Returns an Int32 that contains the value from the specified column.

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

Syntax

public int GetInt32(
    int ordinal
)
public:
virtual int GetInt32(
    int ordinal
) sealed
abstract GetInt32 : 
        ordinal:int -> int
override GetInt32 : 
        ordinal:int -> int
Public Function GetInt32 (
    ordinal As Integer
) As Integer

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.Int32

An Int32 that contains the value of the specified column.

Implements

IDataRecord.GetInt32(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top