AdomdDataReader.FieldCount 属性
获取一个值,该值指示当前行中的列数。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property FieldCount As Integer
Get
用法
Dim instance As AdomdDataReader
Dim value As Integer
value = instance.FieldCount
public int FieldCount { get; }
public:
virtual property int FieldCount {
int get () sealed;
}
abstract FieldCount : int
override FieldCount : int
final function get FieldCount () : int
属性值
类型:Int32
一个整数,该整数包含当前行中的列数。
实现
IDataRecordFieldCount