Add Method (item)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Add Method (item)
Adds a new table to the database.
Declaration Syntax
C# Visual Basic Visual C++
public void Add(
	TableInfo item
)
Public Sub Add ( 
	item As TableInfo
)
public:
virtual void Add(
	TableInfo^ item
) sealed
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.9.1006.0)