ApexSQL.Log.Api Send comments on this topic.
InstallComponents Method
See Also 



Installs server components by first uninstalling current components (if they are any installed) and then installing new components.

Syntax

Visual Basic (Declaration) 
Public Sub InstallComponents() 
Visual Basic (Usage)Copy Code
Dim instance As ServerSideComponentsManager
 
instance.InstallComponents()
C# 
public void InstallComponents()
C++/CLI 
public:
void InstallComponents(); 

Example

See Also