Propriété AdomdDataReader.FieldCount
Obtient une valeur indiquant le nombre de colonnes dans la ligne actuelle.
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 : Int32
Entier qui contient le nombre de colonnes dans la ligne actuelle.
Implémente
IDataRecordFieldCount