| Visual Basic (Declaration) | |
|---|---|
Public Shared Function CreateServerSideComponentsManager( _ ByVal db As Database _ ) As ServerSideComponentsManager | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static ServerSideComponentsManager CreateServerSideComponentsManager( Database db ) | |
| C++/CLI | |
|---|---|
public: static ServerSideComponentsManager^ CreateServerSideComponentsManager( Database^ db ) | |
Parameters
- db
- Connected database object
A call to this method will automatically initialize ApexSQL Log API engine if it hasn't been initialized before.
Copy Code