Método GetBoolean

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

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

Sintaxe

public bool GetBoolean(
    int ordinal
)

Parâmetros

Valor de retorno

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

Implementa

IDataRecord. . :: . .GetBoolean(Int32)