AdoDotNetReader.ItemCount, propriété

Obtient le nombre d'éléments dans le bloc actuel de données.

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
Valeur entière indiquant le nombre d'éléments dans le bloc actuel de données.

Implémentations

IVsDataReaderDescriptor.ItemCount

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetReader Classe

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