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
类型:Int32
要检索的列的从零开始的序号位置。
返回值
类型:Boolean
一个包含指定列的值的布尔值。
实现
IDataRecordGetBoolean(Int32)