Category 类

代表SharePoint Server 搜索功能元数据属性架构中的一个类别。

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Administration.Category

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class Category
用法
Dim instance As Category
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Category

备注

在SharePoint Server 搜索功能架构,已爬网的属性分为不同的类别,表示所使用的协议。

使用Schema类的AllCategories属性来获取Search service 应用程序的架构中的属性类别的集合。

使用索引器从CategoryCollection对象返回一个托管的属性。

例如,假定该集合分配给名为categories的变量,使用categories[index] 在 Microsoft Visual C# 或categories(index) 在Microsoft Visual Basic,索引是一个字符串,该字符串包含的类别的名称或 GUID 标识属性的类别设置的位置。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

Category 成员

Microsoft.Office.Server.Search.Administration 命名空间