Condividi tramite


Metodo GetBoolean

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetBoolean ( _
    i As Integer _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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

Implementa

IDataRecord. . :: . .GetBoolean(Int32)