Specifies the server context for this COM object. The server context identifies whether the COM object runs external to your installed product or as part of your product's processing space and memory.
Settings
The settings for the Context property are:
Setting | Description |
1 – vsiccLocalServer | Specifies a 16-bit local server application, which runs external to your installed product. |
2 – vsiccLocalServer32 | Specifies a 32-bit local server application, which runs external to your installed product. |
3 – vsiccInprocServer | Specifies a 16-bit in-process server DLL, which runs as part of your installed product. |
4 – vsiccInprocServer32 | Specifies a 32-bit in-process server DLL, which runs as part of your installed product. |