Partager via


Propriété FieldCount

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FieldCount As Integer
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDataRecord. . :: . .FieldCount