หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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