Partager via


AdoDotNetDataReader.ItemCount, propriété

Récupère le nombre d'éléments dans le bloc actuel de données.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property ItemCount As Integer
public override int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () override;
}
abstract ItemCount : int with get 
override ItemCount : int with get
override function get ItemCount () : int

Valeur de propriété

Type : Int32
Retourne une valeur entière indiquant le nombre d'éléments dans le bloc actuel de données.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetDataReader Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms