AdomdDataReader.GetBoolean Method

Returns a Boolean that contains the value from the specified column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetBoolean ( _
    i As Integer _
) As Boolean
'Usage
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As Boolean 

returnValue = instance.GetBoolean(i)
public bool GetBoolean(
    int i
)
public:
virtual bool GetBoolean(
    int i
) sealed
abstract GetBoolean : 
        i:int -> bool  
override GetBoolean : 
        i:int -> bool
public final function GetBoolean(
    i : int
) : boolean

Parameters

  • i
    Type: Int32
    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: Boolean
A Boolean that contains the value of the specified column.

Implements

IDataRecordGetBoolean(Int32)

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace