Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

u-SQL - is it possible to reference a registered assembly from a code-behind file

Tags:

u-sql

Registered assemblies can be used in u-SQL script files by using REFERENCE ASSEMBLY. Is it possible to reference a registered assembly in a c# code behind file?

like image 398
Liz Nett Avatar asked Dec 19 '25 16:12

Liz Nett


1 Answers

You will have to have the assembly interface available for building the local assembly that will be created from the code-behind file. You can download the assembly from the cloud explorer/server explorer in VisualStudio if you don't have it.

And you will need to have the REFERENCE ASSEMBLY statement for the U-SQL database registered assembly in the U-SQL script to make sure that the assembly will be available when you execute your script.

like image 198
Michael Rys Avatar answered Dec 22 '25 15:12

Michael Rys



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!