Remove Method (item)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
Boolean
true if the table was removed, false if the table did not exist

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