Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the number of items in the current block of data.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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
Property Value
Type: System.Int32
Returns an integer value indicating the number of items in the current block of data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.