Remove an assembly registration.
Syntax
DROP ASSEMBLY [ IF EXISTS ] assembly-name |
Usage
The DROP ASSEMBLY statement removes the specified assembly registration on the NexusDB Server.
Notes
♦ | The IF EXISTS clause can be specified to avoid an exception when attempting to delete an assembly that is not registered on the NexusDB Server. |
♦ | The DROP ASSEMBLY statement returns an error if the assembly is referenced by a CLR routine. |
Note: The CREATE ASSEMBLY and DROP ASSEMBLY statements are supported in the Enterprise Edition only.
Examples
1) | The following example removes the registration of DBFuncs.dll which has been registered with the name dotNET_routines: |
DROP ASSEMBLY IF EXISTS dotNET_routines
Conformance
NexusDB extensions |
- - |
DROP ASSEMBLY statement IF EXISTS clause |