SharePoint Services 数据库表
转:http://dugan.bokee.com/630446.html
以下是Microsoft Windows SharePoint Services架构中数据库列表。
Configuration Database Tables(配置数据库表)
Content Database Tables(内容数据库表)
SharePoint Services 数据库表(Database Tables)
The following is a list of database tables used in a Microsoft Windows SharePoint Services topology.
以下是Microsoft Windows SharePoint Services架构中数据库列表。
Configuration Database Tables(配置数据库表)
| Name | Description | 描述 |
| AntiVirusVendors | Antivirus software vendors. | 防毒软件提供商。 |
| CustomTemplates | Templates that appear in the global templates list (template picker). | 出现在全局模板列表中的模板(模板选取)。 |
| Databases | Content databases and associated settings. | 内容数据库及相关设置。 |
| Globals | Settings that apply to all sites on the physical server within a Windows SharePoint Services topology. | SharePoint架构中应用于所有物理站点的设置。 |
| InstalledWebPartPackages | Web Part Packages that are available to the virtual server. | 虚拟服务器可用的web组件包。 |
| Servers | Physical computers in the Windows SharePoint Services topology. | SharePoint架构中物理计算机。 |
| Services | Services such as database, Web, and mail services that are included in the Windows SharePoint Services topology. | SharePoint架构中的服务,例如数据库,站点,邮件等。 |
| Sites | Sites in the Windows SharePoint Services topology. | SharePoint架构中的站点。 |
| VirtualServers | Virtual servers and their associated settings. | 虚拟服务器及其相关设置。 |
| WebPartPackages | Web Part Packages that are installed in a topology. | 安装在架构中的web组件包。 |
Content Database Tables(内容数据库表)
| Name | Description | 描述 |
| Categories | Associations among documents and their assigned areas. | 文档及其分配区域协作。 |
| ComMd | Document discussions. | 文档讨论。 |
| Deps | Document dependencies. | 文档附件。 |
| DiskWarningDate | Date and time of last warning about disk quota. | 最后警告磁盘配额的日期和时间。 |
| Docs | Documents and document folders. | 文件和文件夹。 |
| DocVersions | Version history of documents from document libraries. | 来自文档库的文档版本历史。 |
| EventCache | Cache for alerts. | 警报缓存。 |
| EventLog | Log for alerts. | 警报日志。 |
| HT_Cache | Cache of documents transformed for viewing in a Web browser. | 浏览器文档转换视图缓存。 |
| HT_Settings | Settings for HTML viewing. | HTML视图配置。 |
| ImmedSubscriptions | Alerts that are set to be sent as soon as the changes occur. | 即时发送的变更通知 |
| Links | Links to be recalculated during a site recalculation. | 重算过程中到重新计算的链接。 |
| Lists | Lists in the site. | 站点列表。 |
| NavNodes | Nodes that are displayed in the navigation bars. | 导航条显示的节点集。 |
| Personalization | Personalization done to Web Parts. | 自定义web组件。 |
| SchedSubscriptions | Alerts that are set to be sent on a daily or weekly basis. | 每天或每周预定发送的通知。 |
| SiteGroupMembership | Members of cross-site groups. | 跨站点组成员。 |
| SiteGroups | Cross-site groups. | 跨站点组。 |
| Sites | Sites in the content database. | 内容数据库站点。 |
| TimerLock | Locking scheme that determines which server locks which database. | 决定服务器锁锁定数据库的锁方案。 |
| UserData | List data. | 列表数据。 |
| UserInfo | Info about each user added to the site. | 每一个用户添加到站点的信息。 |
| WebCat | Links between Web sites and areas. | 站点和区域间的链接。 |
| WebGroupMembership | List of members of the site groups. | 站点组成员列表。 |
| WebGroups | Site groups (such as Administrator, Web Designer) for the site. | 站点组(例如管理员,站点设计者)。 |
| WebMembers | Members of a site. | 站点成员。 |
| WebParts | Web Parts available for the sites. A view is a Web Part. | 站点可用的web组件。一个web组件的视图。 |
| Webs | Subsites associated with a site. | 和一个站点关联的子站点。 |
| WelcomeNames | Default documents for the site. | 站点默认文 |
SharePoint Services 数据库表的更多相关文章
- 对SharePoint 2007数据库中一些数据表的使用
转:http://blog.csdn.net/ma_jiang/article/details/6553392 在工作中接触了一些SharePoint的数据库中的一些表.在此做个总结. 一位高手告诉我 ...
- Windows SharePoint Services 3.0编码开发工具和技巧(Part 1 of 2)
转:http://blog.csdn.net/mattwin/article/details/2074984 WSSv3 Technical Articles_Windows SharePoint S ...
- Windows SharePoint Services 默认母版页
转:http://msdn.microsoft.com/zh-cn/library/ms467402(v=office.12).aspx 最终用户可以自定义的 Windows SharePoint S ...
- SharePoint研究之表单登录配置
本文将演示SharePoint怎样配置表单(Form)登录,后续文章将研究 无密码登录.编程添加用户组.编程添加用户.编程添加文件夹.编程分享文件夹(权限分配)等. 知识点:SharePoint.Sq ...
- 创建ASP.NET Core MVC应用程序(3)-基于Entity Framework Core(Code First)创建MySQL数据库表
创建ASP.NET Core MVC应用程序(3)-基于Entity Framework Core(Code First)创建MySQL数据库表 创建数据模型类(POCO类) 在Models文件夹下添 ...
- SQLServer 2005 数据库定阅复制实现双机热备(主要是sharepoint 内容数据库)
原文:SQLServer 2005 数据库定阅复制实现双机热备(主要是sharepoint 内容数据库) 场景 公司最近的sharepoint的数据库服务器老是出问题,并且在一旦出现问题,就导致无法正 ...
- 数据库表设计时一对一关系存在的必要性 数据库一对一、一对多、多对多设计 面试逻辑题3.31 sql server 查询某个表被哪些存储过程调用 DataTable根据字段去重 .Net Core Cors中间件解析 分析MySQL中哪些情况下数据库索引会失效
数据库表设计时一对一关系存在的必要性 2017年07月24日 10:01:07 阅读数:694 在表设计过程中,我无意中觉得一对一关系觉得好没道理,直接放到一张表中不就可以了吗?真是说,网上信息什么都 ...
- 019-zabbix数据库表详解
https://www.cnblogs.com/yaoyaojcy/p/10367945.html 1. 查看目前zabbix系统所有数据表: 1 2 3 4 5 6 7 8 9 10 11 12 1 ...
- 用EFCore的 FluentAPI 方式生成MySql 带注释的数据库表结构
采用的是net Core 3.1框架下的 的WebAPI项目. 1. 创建ASP.NET Core Web项目 2. 添加NuGet引用包,包如下 Microsoft.EntityFramewor ...
随机推荐
- mysql用户管理,权限管理
mysql权限 相关操作: 授予的权限分为四组: 列权限:和表中的一个具体列相关,例如:使用update 语句更新test表中name 列的值 表权限:和一个具体的表的所有数据相关,例如:使用 sel ...
- C#对word、excel、pdf等格式文件的操作总结
一.word 这是我以前工作时写过的一个业务逻辑处理类,里面有不少文件操作的方法,这里主要关注一下C#对word的操作.里面的方法可以直接拿出来用,主要是通过word的dot模版来进行创建word.替 ...
- Newtonsoft.Json.dll解析json的dll文件使用
要解析的json //解析前 //解析前 {,,,,,,,,,,},,,,,,,,,,,},,,,,,,,,,,,,,,,},,,,,,,,,},,,,,,,,,,,,},,,,,,,,,,,},,, ...
- Chrome 将默认不播放非重要 Flash 内容
Chrome 45将不再自动播放Flash,可能是45以后的版本都不自动播放了,没有具体测试. 小尺寸flash不被chrome播放,需要手动点击才能播放如何解决: <p>1.同域名fla ...
- webApi实现增删改查操作
1.WebApi是什么 ASP.NET Web API 是一种框架,用于轻松构建可以由多种客户端(包括浏览器和移动设备)访问的 HTTP 服务.ASP.NET Web API 是一种用于在 .NET ...
- JavaScript的语法要点 1 - Lexically Scoped Language
作为从一开始接触C.C++.C#的程序员而言,JavaScript的语法对我来说有些古怪,通过最近一年的接触,对它有了一定的了解,于是想把它的一些语法要点记录下来. 1. Block Scope vs ...
- JS验证邮箱格式是否正确的代码
验证邮箱格式是否正确的方法有很多,接下来为大家介绍下使用js是如何做到的 复制代码代码如下: /* *验证邮箱格式是否正确 *参数strEmail,需要验证的邮箱 */ www.jbxue.co ...
- Magento Api 记录
magento api 首次接触 (-) /** * magento Api 身份验证 调用示例 * Example of simple product POST using Admin accoun ...
- Oracle删除所有表
Oracle 清理用户所有的表 PLSQL中执行语句 select 'drop '||object_type||' '||object_name||';' from user_objects; 结果集 ...
- java线程池的使用与详解
java线程池的使用与详解 [转载]本文转载自两篇博文: 1.Java并发编程:线程池的使用:http://www.cnblogs.com/dolphin0520/p/3932921.html ...