• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

访问从SQL Server 2005的.NET的TimeZoneInfo类

用户头像
it1352
帮助1

问题说明

本的TimeZoneInfo类有MayLeakOnAbort的主机保护属性。

The TimeZoneInfo class has a Host Protection Attribute of MayLeakOnAbort.

这似乎是prevent我访问它从SQL Server CLR。但有一个解决办法?

This seems to prevent me accessing it from the SQL Server CLR. But is there a workaround?

正确答案

#1

对没错。封装它在其他.NET类,然后从SQL Server的.NET程序集的引用。然后,你完成禁用安全在您的SQL Server数据库,以便您可以运行第二类。

Yeah sure. You encapsulate it in another .NET class and then reference from your .NET assembly in SQL Server. Then you complete disable the security in your SQL Server database so you can run the second class.

如果不工作,你可以创建一个COM包装,然后一个互操作的包装,仍然破坏安全的SQL Server运行的东西。

If that does not work, you can create a COM wrapper and then an Interop wrapper and still destroy security in SQL Server to run the thing.

现在,如果安全真正在意的,你可以创建一个包装需要,并把它作为从SQL code服务的比特WCF服务。这是一个有点延迟,并且不能对SQL Server,本身对象的工作,但它是清洁的。

Now, if security actually matters to you, you can create a WCF service that wraps the bits you need and use it as a service from your SQL code. It is a bit of latency and cannot work against objects in SQL Server, per se, but it is cleaner.

对不起,表露无疑的冠冕堂皇的答案,但我是在一个陌生的心情现在。 : - )

Sorry for the snarky sounding answer, but I am in a strange mood right now. :-)

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcgjjfb
系列文章
更多 icon
同类精品
更多 icon
继续加载