Partager via


Méthode GetBoolean

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetBoolean ( _
    ordinal As Integer _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

IDataRecord. . :: . .GetBoolean(Int32)