Component members

Base class for search components within the SharePoint search topology.

The Component type exposes the following members.

Constructors

  Name Description
Protected method Component() Initializes a new instance of the Component class.
Protected method Component(Guid) Initializes a new instance of the Component class.
Protected method Component(String) Initializes a new instance of the Component class.

Top

Properties

  Name Description
Public property ComponentId ID of the search topology component (GUID).
Public property Name Name of the search topology component.
Public property ServerId ID of the server where this search topology component shall be deployed (GUID).
Public property ServerName This property gives the name of the server where the search component resides. When trying to set the ServerName, the server name is looked up to ensure it refers to a valid server in the farm.
Public property TopologyId ID of the search topology containing this search component (GUID).

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperties Properties of the Component.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)

Top

See also

Reference

Component class

Microsoft.Office.Server.Search.Administration.Topology namespace