Tables Property

Microsoft Deployment Tools

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)
public:
property IList<TableInfo^>^ Tables {
	IList<TableInfo^>^ get ();
}

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)