AdomdDataReader.GetBoolean メソッド

指定された列の値を示す Boolean を返します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Function GetBoolean ( _
    i As Integer _
) As Boolean
'使用
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

パラメーター

  • i
    型: System.Int32
    取得する列の位置を示す 0 から始まる序数です。

戻り値

型: System.Boolean
指定された列の値を示す Boolean です。

実装

IDataRecord.GetBoolean(Int32)

関連項目

参照

AdomdDataReader クラス

Microsoft.AnalysisServices.AdomdServer 名前空間