Schema Members
Include Protected Members
Include Inherited Members
Provides access to the property metadata management system for SharePoint Server search.
The Schema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Schema(SearchContext) | Obsolete. Initializes a new instance of the Schema class. | |
Schema(SearchServiceApplication) | Initializes a new instance of the Schema class based on the specified sps14searchservapp. |
Top
Properties
Name | Description | |
---|---|---|
AllCategories | Gets the collection of Category objects representing the crawled property categories in the Search service application’s metadata schema. | |
AllManagedProperties | Gets the collection of ManagedProperty objects representing managed properties in the Search service application’s metadata schema for the Shared Service Provider. | |
LastChangeTime | Gets the date and time of the last update to the schema. | |
SearchApplication | Gets the Search service application associated with the Schema object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCrawledProperty | Returns a CrawledProperty object representing a crawled property from the Search service application's schema. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsMappable | Gets a Boolean value indicating whether crawled properties with the specified data type can be mapped to managed properties with the specified managed data type. | |
MemberwiseClone | (Inherited from Object.) | |
QueryCrawledProperties | ||
ToString | (Inherited from Object.) |
Top