Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被要求在 SQL Server 2005 中创建一个函数,它是我在 .NET 3.5 中创建的 CLR 托管函数。SQL 中托管的 CLR 函数是否可以访问 App.Config 文件,或者是否所有配置选项都需要作为参数传递?
SQL Server CLR 函数在服务器上运行。App.Config 在客户端。
因此,如果 SQL Server CLR 函数可以访问客户端上的 App.Config,这对我来说不是很合乎逻辑......