OrderedCollectionBase<T>.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
Public ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As OrderedCollectionBase 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int 
override Count : int
final function get Count () : int

Property Value

Type: System.Int32
The number of elements in the collection.

Implements

IMetadataCollection<T>.Count

See Also

Reference

OrderedCollectionBase<T> Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace