<DefaultMemberAttribute("Item")> _ Public NotInheritable Class TableCollection Inherits SchemaCollectionBase
[DefaultMemberAttribute("Item")] public sealed class TableCollection : SchemaCollectionBase
[DefaultMemberAttribute(L"Item")] public ref class TableCollection sealed : public SchemaCollectionBase
/** @attribute DefaultMemberAttribute("Item") */ public final class TableCollection extends SchemaCollectionBase
DefaultMemberAttribute("Item") public final class TableCollection extends SchemaCollectionBase
A TableCollection object can be used to gain access to a set of tables. You can use the Item property to return a specific Table object.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Using Collections