Item Property (table)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Item Property (table)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTableCollectionItem[([( String])])
Gets information about a given table.
Declaration Syntax
C# Visual Basic Visual C++
public TableInfo this[
	string table
] { get; }
Public ReadOnly Default Property Item ( 
	table As String
) As TableInfo
	Get
public:
property TableInfo^ default[String^ table] {
	TableInfo^ get (String^ table);
}
Parameters
table (String)
case-sensitive name of the table
Return Value
TableInfo
information about the requested table, or null if the table does not exist in the database

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)