Creating a CLR Procedure or Function

To create a CLR procedure or function, you must have already created an assembly, and you must have an OOM open in the workspace, in order to specify an associated class method.

  1. Create a standard procedure or function.
  2. On the Definition Tab of its property sheet, select CLR Procedure or CLR Function from the template list. A Class method field will be displayed to the right of the template list.
  3. Click the Select Method tool to the right of the Class method field, in order to specify the associated method.
  4. Click the Microsoft tab and select an assembly from the list to bind to the procedure or function.
  5. Click OK to close the property sheet.