Remove Method (item)

Microsoft Deployment Tools

Deployment Tools Foundation Remove Method (item)
Removes a table from the database.
Declaration Syntax
C# Visual Basic Visual C++
public bool Remove(
	string item
)
Public Function Remove ( _
	item As String _
) As Boolean
public:
bool Remove(
	String^ item
)
Parameters
item (String)
case-sensitive name of the table to be removed
Return Value
true if the table was removed, false if the table did not exist

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