TriTypeSortedListCollection<T, B1, B2>.IMetadataCollection<B2>.Item Property (String)

Gets the element that has the specified name.

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

Syntax

'Declaration
Private ReadOnly Property Item ( _
    name As String _
) As B2 Implements IMetadataCollection(Of B2).Item 
    Get
'Usage
Dim instance As TriTypeSortedListCollection 
Dim name As String 
Dim value As B2

value = CType(instance, IMetadataCollection(Of B2)).Item(name)
B2 IMetadataCollection<B2>.this[
    string name
] { get; }
private:
virtual property B2 Item[String^ name] {
    B2 get (String^ name) sealed = IMetadataCollection<B2>::Item::get;
}
private abstract Item : 'B2
private override Item : 'B2
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • name
    Type: String
    The name of the element.

Property Value

Type: B2
The specified element.

Implements

IMetadataCollection<T>.Item

See Also

Reference

TriTypeSortedListCollection<T, B1, B2> Class

Item Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace