DualTypeSortedListCollection<T, B>.IMetadataCollection<B>.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
Private ReadOnly Property AsMetadataObjectCollection As IMetadataCollection(Of IMetadataObject)
Implements IMetadataCollection(Of B).AsMetadataObjectCollection
Get
'Usage
Dim instance As DualTypeSortedListCollection
Dim value As IMetadataCollection(Of IMetadataObject)
value = CType(instance, IMetadataCollection(Of B)).AsMetadataObjectCollection
IMetadataCollection<IMetadataObject> IMetadataCollection<B>.AsMetadataObjectCollection { get; }
private:
virtual property IMetadataCollection<IMetadataObject^>^ AsMetadataObjectCollection {
IMetadataCollection<IMetadataObject^>^ get () sealed = IMetadataCollection<B>::AsMetadataObjectCollection::get;
}
private abstract AsMetadataObjectCollection : IMetadataCollection<IMetadataObject>
private override AsMetadataObjectCollection : IMetadataCollection<IMetadataObject>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
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
DualTypeSortedListCollection<T, B> Class
AsMetadataObjectCollection Overload
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace