问题
I want to export sql script to file, steps from SQL Server:
SQL Server -> Right Click database-> Tasks -> Gnerate Scripts -> Choose the table-> ...
I used package Microsoft.SqlServer.SqlManagementObjects
and Microsoft.SqlServer.Smo.dll
.
But for these two package, it will throw error ILC0005 Error while I build with Relase.
Is there any way to overcome ILC0005 Error or to export sql script.
来源:https://stackoverflow.com/questions/60842454/uwp-export-sql-script-to-file