Partager via


AdoDotNetSchemaReader.ItemCount, propriété

Obtient une valeur entière spécifiant le nombre d'éléments de données contenus dans l'instance actuelle d'AdoDotNetSchemaReader.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.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
Entier spécifiant des éléments de données dans l'instance actuelle d'AdoDotNetSchemaReader.

Implémentations

IVsDataReaderDescriptor.ItemCount

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetSchemaReader Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms