BusinessDataContentSource Members

Include Protected Members
Include Inherited Members

Represents a content source for Business Data Catalog content.

The BusinessDataContentSource type exposes the following members.

Properties

  Name Description
Public property CrawlCompleted Gets the time of the last completed crawl of a content source. (Inherited from ContentSource.)
Public property CrawlStarted Gets the start time of the last crawl. (Inherited from ContentSource.)
Public property CrawlStatus Gets information about a content source's crawl status. (Inherited from ContentSource.)
Public property CrawlThrottle This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ContentSource.)
Public property FullCrawlSchedule Gets or sets a content source's schedule of full crawls. (Inherited from ContentSource.)
Public property Id Gets the identifier for a content source. (Inherited from ContentSource.)
Public property IncrementalCrawlSchedule Gets or sets a content source's schedule of incremental crawls. (Inherited from ContentSource.)
Public property Name Gets or sets the name for the content source. (Inherited from ContentSource.)
Public property Parent Gets the content source collection containing the content source. (Inherited from ContentSource.)
Public property StartAddresses Gets the collection of start addresses for a content source. (Inherited from ContentSource.)
Public property Tag Gets or sets the URL for the page to modify the settings for a custom content source. (Inherited from ContentSource.)

Top

Methods

  Name Description
Public methodStatic member ConstructStartAddress Returns the start address for a business data content source.
Public method Delete Deletes the content source. (Inherited from ContentSource.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ParseStartAddress Parses the start address for a business data content source.
Public method PauseCrawl Pauses an active crawl for the content source. (Inherited from ContentSource.)
Public method ResumeCrawl Resumes a paused crawl for the content source. (Inherited from ContentSource.)
Public method StartFullCrawl Starts a full crawl of the content source. (Inherited from ContentSource.)
Public method StartIncrementalCrawl Starts an incremental crawl of the content source. (Inherited from ContentSource.)
Public method StopCrawl Stops the crawl of a content source. (Inherited from ContentSource.)
Public method ToString (Inherited from Object.)
Public method Update Updates a business data content source with the specified changes. (Overrides ContentSource.Update().)

Top

See Also

Reference

BusinessDataContentSource Class

Microsoft.Office.Server.Search.Administration Namespace