MS SQL Maestro online Help
Prev | Return to chapter overview | Next |
Create CLR UDT Wizard
Create CLR UDT Wizard guides you through the process of creating a new CLR UDT. See How To Create CLR UDT for instructions on running this wizard.
The basic principles of Create Object Wizards in MS SQL Maestro are explained in a separate topic. Below you will find a description of wizard steps that are unique for the current object.
To add a new CLR UDT, specify its Comment and Owner. By default, only the owner of an object can perform various operations with the object. In order to allow other users to operate it, privileges must be granted. (However, users that have the superuser attribute can always access any object.)
Assembly, Class
Specifies the method of a .NET Framework assembly for a CLR stored function to reference. Class must be a valid SQL Server identifier and must exist as a class in the Assembly.
See also: CLR UDT Editor
Prev | Return to chapter overview | Next |