Deployment Tools Foundation
Remove Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableCollection ► Remove(String)
Removes a table from the database.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool Remove( string item )
Public Function Remove ( item As String ) As Boolean
public: bool Remove( String^ item )
member Remove : item : string -> bool
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
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.11.1.2318)