Deployment Tools Foundation
Tables Property
Gets the collection of tables in the Database.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public TableCollection Tables { get; }
Public ReadOnly Property Tables As TableCollection
public: property TableCollection^ Tables { TableCollection^ get (); }