Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Alex Torin: "Several months ago I downloaded the trial versions of several Microsoft SQL administration tools that I was able to find using google. I had considerable trouble with most of them crashing... but using your product I was able to isolate and solve the problems I was having. I decided to add it to my toolkit and have recommended it to a few others".
Kevin Settler: "If you need the job done right and on time, do it with MS SQL Maestro on your team. The software is a pleasure for us. SQL Maestro Group do excellent work and are dedicated to producing products that all can be proud of".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

CLR UDT Editor

CLR UDTs can be edited within CLR UDT Editor. In order to run the editor you should either

 

select the CLR UDT for editing in the explorer tree (type the first letters of the CLR UDT name for quick search);
select the Edit CLR UDT ... item from the popup menu

or

open the schema in Schema Editor and the CLR UDTs tab there;
select the CLR UDT to edit;
press the Enter key or select the Edit CLR UDT item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar).

       

You can change the name of the CLR UDT using the Rename CLR UDT dialog. To open the dialog you should either

 

select the CLR UDT to rename in the explorer tree;
select the Rename CLR UDT item from the popup menu

or

open the schema in Schema Editor and the CLR UDTs tab there;
select the CLR UDT to rename;
select the Rename CLR UDT item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar).

 

The basic principles of Object Editors in MS SQL Maestro are explained in a separate topic. Below you will find a description of editor tabs that are unique for the current object.

 

CLR UDF Properties

 

Name

Specify the CLR UDT name.

 

Owner

Select the owner of the CLR UDT.

 

Comment

Specify a comment to the CLR UDT.

 

Assembly, Class

Defines 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: Create UDT Wizard

 



Prev Return to chapter overview Next