Share via


IMetadataCollection<T>.Count Property

Gets the number of elements in the collection.

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

Syntax

'Declaration
ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As IMetadataCollection 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Property Value

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

See Also

Reference

IMetadataCollection<T> Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace