集成 .NET 和 MSSQL Server,如何创建“标量、用户定义”功能依赖于状态
我被要求提供一些 .NET (C#) 代码以在 MSSQL Server 中使用,方法是遵守 用户定义函数的 MS 规范。此代码必须读取状态文件并挂起它,然后使用它来执行要作为标量函数公开的计算。我是否只创建一个静态函数,将类本身作为 new 并将结果分配给私有静态?
I am called upon to deliver some .NET (C#) code for use in MSSQL Server by conforming to the MS Spec for user defined functions. This code has to read in a file of state and hang onto it, and then use it to perform the calculations to be exposed as a scalar function. Do I just make a static function that new's the class itself and assigns the result to a private static?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论