TriTypeSortedListCollection<T, B1, B2>.IMetadataCollection<B2>.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 B2).Count 
    Get
'Usage
Dim instance As TriTypeSortedListCollection 
Dim value As Integer 

value = CType(instance, IMetadataCollection(Of B2)).Count
int IMetadataCollection<B2>.Count { get; }
private:
virtual property int Count {
    int get () sealed = IMetadataCollection<B2>::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

TriTypeSortedListCollection<T, B1, B2> Class

Count Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace