AdomdDataReader.FieldCount Property

Gets a value indicating the number of columns in the current row.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property FieldCount As Integer 
    Get
'Usage
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

Property Value

Type: Int32
An Integer that contains the number of columns in the current row.

Implements

IDataRecordFieldCount

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace