Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Applies to:
SQL Server 2019 (15.x) and later versions
Learn how to package your C# code into a dynamic link library (DLL) file, when using SQL Server Language Extensions.
Create a .dll file
To create a .dll, navigate to the folder containing your C# project and run this command, where MyProject.csproj is the name of the project file:
dotnet publish MyProject.csproj