Partager via


Méthode AdomdDataReader.GetBoolean

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

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

Syntaxe

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

Paramètres

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

Valeur de retour

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

Implémente

IDataRecord.GetBoolean(Int32)

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer