Deployment Tools Foundation
Add Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableCollection ► Add(TableInfo)
Adds a new table to the database.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Add( TableInfo item )
Public Sub Add ( item As TableInfo )
public: virtual void Add( TableInfo^ item ) sealed
abstract Add : item : TableInfo -> unit override Add : item : TableInfo -> unit
Parameters
- item (TableInfo)
- information about the table to be added
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | a table with the same name already exists in the database |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)