Deployment Tools Foundation
Item Property (table)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableCollection ► Item[([( String])])
Gets information about a given table.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
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); }
member Item : TableInfo with get
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
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.11.1.2318)