SQL 扩展属性和 BCS Sharepoint 2010
我知道您可以在 SharePoint 2010 中使用 BCS 连接到 SQL 数据库,但我想知道是否可以导入/连接表的扩展属性,而不是将表信息与 SharePoint 连接在 SQL 到 SharePoint 中???
换句话说,如何在 SharePoint 中查看 SLQ 数据库表的扩展属性?我知道您可以查看数据,但是扩展属性呢?谢谢!
I know you can connect to SQL Databases using BCS in SharePoint 2010 but what I want to know is if instead of connecting the table information with SharePoint, is it possible to import/connect the Extended Properties of the tables in SQL to SharePoint???
In other words, how can I view extended properties of SLQ Database tables in SharePoint? I know you can view the data, but what about extended properties? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的事情是用这个 sql 在数据库中创建一个视图:
那么它应该只是一个标准的 bcs 连接(尽管我还没有测试过)
Easiest thing would be to make a view in the database with this sql:
Then it should be just a standard bcs connection (though i haven't tested it)
这样做的问题是它不可编辑,它只是一个视图(另外,值不会出现在 SharePoint 中,因为它是一个对象(复杂)并且不受 SP 支持)。
The problem with this is that it is not editable, it is just a VIEW (plus, Value does not appear in SharePoint since it is an Object (complex) and not supported by SP).