AdoDotNetReader.ItemCount Property

Gets the number of items in the current block of data.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Overrides ReadOnly Property ItemCount As Integer
'使用
Dim instance As AdoDotNetReader
Dim value As Integer

value = instance.ItemCount
public override int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () override;
}
public override function get ItemCount () : int

Property Value

Type: System.Int32

An integer value indicating the number of items in the current block of data.

Implements

IVsDataReaderDescriptor.ItemCount

Permissions

See Also

Reference

AdoDotNetReader Class

AdoDotNetReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace