DualTypeSortedListCollection<T, B>.IMetadataCollection<B>.Count Property

Gets the number of elements in the collection.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Private ReadOnly Property Count As Integer 
    Implements IMetadataCollection(Of B).Count 
    Get
'Usage
Dim instance As DualTypeSortedListCollection 
Dim value As Integer 

value = CType(instance, IMetadataCollection(Of B)).Count
int IMetadataCollection<B>.Count { get; }
private:
virtual property int Count {
    int get () sealed = IMetadataCollection<B>::Count::get;
}
private abstract Count : int 
private override Count : int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Int32
The number of elements in the collection.

Implements

IMetadataCollection<T>.Count

See Also

Reference

DualTypeSortedListCollection<T, B> Class

Count Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace