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++ | F# |
public IList<TableInfo> Tables { get; }
Public ReadOnly Property Tables As IList(Of TableInfo) Get
public: property IList<TableInfo^>^ Tables { IList<TableInfo^>^ get (); }
member Tables : IList<TableInfo> with get
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)