United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Search class library
Microsoft.Office.Server.Search.Administration
SearchServiceInstance class
SearchServiceInstance methods
Delete method
GetChild method
Provision method
Synchronize method
Unprovision method
Update method
Upgrade method
This topic has not yet been rated
-
Rate this topic
SearchServiceInstance methods
SharePoint 2013
Other Versions
SharePoint 2010
SharePoint 2007
The
SearchServiceInstance
type exposes the following members.
Methods
Name
Description
Clone
(Inherited from
SPPersistedObject
.)
Delete
Deletes the search service instance.
(Overrides
SPPersistedObject.Delete()
.)
Equals
(Inherited from
SPPersistedObject
.)
Finalize
(Inherited from
Object
.)
GetChild<T>()
(Inherited from
SPPersistedObject
.)
GetChild<T>(String)
(Inherited from
SPPersistedObject
.)
GetHashCode
(Inherited from
SPPersistedObject
.)
GetObjectData
(Inherited from
SPAutoSerializingObject
.)
GetType
(Inherited from
Object
.)
HasAdditionalUpdateAccess
(Inherited from
SPPersistedObject
.)
Invalidate
(Inherited from
SPPersistedUpgradableObject
.)
MemberwiseClone
(Inherited from
Object
.)
OnDeserialization
(Inherited from
SPPersistedObject
.)
Provision()
Provisions a search service instance and configures the global settings for the search index and query service.
(Overrides
SPWindowsServiceInstance.Provision()
.)
Provision(Boolean)
(Inherited from
SPWindowsServiceInstance
.)
Start
(Inherited from
SPWindowsServiceInstance
.)
Stop
(Inherited from
SPWindowsServiceInstance
.)
Synchronize
Provisions each application that uses this search service instance as an indexer.
ToString
(Inherited from
SPPersistedObject
.)
Uncache
(Inherited from
SPPersistedObject
.)
Unprovision
Stops the search service instance.
(Overrides
SPWindowsServiceInstance.Unprovision()
.)
Update()
(Inherited from
SPPersistedObject
.)
Update(Boolean)
(Inherited from
SPPersistedObject
.)
UpdateParent
(Inherited from
SPAutoSerializingObject
.)
Upgrade()
(Inherited from
SPPersistedUpgradableObject
.)
Upgrade(Boolean)
(Inherited from
SPPersistedUpgradableObject
.)
Validate
(Inherited from
SPPersistedObject
.)
ValidateBackwardsCompatibility
(Inherited from
SPPersistedUpgradableObject
.)
Top
See also
Reference
SearchServiceInstance class
Microsoft.Office.Server.Search.Administration namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD