SortedListCollection<T>.AsMetadataObjectCollection Property

Gets an IMetadataCollection<T> object that contains this collection.

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

Syntax

'Declaration
Public Overrides ReadOnly Property AsMetadataObjectCollection As IMetadataCollection(Of IMetadataObject)
    Get
'Usage
Dim instance As SortedListCollection 
Dim value As IMetadataCollection(Of IMetadataObject)

value = instance.AsMetadataObjectCollection
public override IMetadataCollection<IMetadataObject> AsMetadataObjectCollection { get; }
public:
virtual property IMetadataCollection<IMetadataObject^>^ AsMetadataObjectCollection {
    IMetadataCollection<IMetadataObject^>^ get () override;
}
abstract AsMetadataObjectCollection : IMetadataCollection<IMetadataObject>
override AsMetadataObjectCollection : IMetadataCollection<IMetadataObject>
override function get AsMetadataObjectCollection () : IMetadataCollection<IMetadataObject>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IMetadataObject>
An IMetadataCollection<T> of IMetadataObject that contains this collection.

Implements

IMetadataCollection<T>.AsMetadataObjectCollection

See Also

Reference

SortedListCollection<T> Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace