Compartir a través de


AdomdDataReader.GetBoolean Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function GetBoolean ( _
    ordinal As Integer _
) As Boolean
'Uso
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As Boolean 

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

Parámetros

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

Valor devuelto

Tipo: System.Boolean
A Boolean that contains the value of the specified column.

Implementa

IDataRecord.GetBoolean(Int32)

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient