AdoDotNetSchemaReader.ItemCount Property

Gets an integer value specifying the number of data items contained in the current AdoDotNetSchemaReader instance.

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
    Get
public override int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () override;
}
abstract ItemCount : int
override ItemCount : int
override function get ItemCount () : int

Property Value

Type: System.Int32
An integer specifying data items in the current AdoDotNetSchemaReader instance.

Implements

IVsDataReaderDescriptor.ItemCount

.NET Framework Security

See Also

Reference

AdoDotNetSchemaReader Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace