次の方法で共有


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

パラメーター

戻り値

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

実装

IDataRecord. . :: . .GetBoolean(Int32)