Compartilhar via


Propriedade do RDL AdomdDataReader.FieldCount

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

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

Sintaxe

'Declaração
Public ReadOnly Property FieldCount As Integer 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IDataRecord.FieldCount

Consulte também

Referência

AdomdDataReader Classe

Namespace Microsoft.AnalysisServices.AdomdServer