Свойство AdomdDataReader.FieldCount
Gets a value indicating the number of columns in the current row.
Пространство имен: 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
Значение свойства
Тип: System.Int32
An Integer that contains the number of columns in the current row.