Deployment Tools Foundation
Tables Property
Gets the set of tables that were included in the SQL query for this View.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<TableInfo> Tables { get; }
Public ReadOnly Property Tables As IList(Of TableInfo) Get
public: property IList<TableInfo^>^ Tables { IList<TableInfo^>^ get (); }
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)