AdoDotNetDataTableReader.ItemCount, propriété

Override. Récupère une valeur entière spécifiant le nombre d'éléments de données contenus dans l'instance actuelle d' DataTableReader .

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 un entier spécifiant des éléments de données dans l'instance actuelle d' DataTableReader .

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetDataTableReader Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms