Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IMetadataObject).Count
Get
'Usage
Dim instance As DictionaryCollection
Dim value As Integer
value = CType(instance, IMetadataCollection(Of IMetadataObject)).Count
int IMetadataCollection<IMetadataObject>.Count { get; }
private:
virtual property int Count {
int get () sealed = IMetadataCollection<IMetadataObject^>::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: System.Int32
The number of elements in the collection.
Implements
See Also
Reference
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace