SearchPropertyStoreDatabase Class
Encapsulates the search property database.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPDatabase
SearchDatabase
Microsoft.Office.Server.Search.Administration.SearchPropertyStoreDatabase
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<GuidAttribute("1AAB936C-E65C-4829-9683-5CCF5BAB90B0")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SearchPropertyStoreDatabase _
Inherits SearchDatabase
'Usage
Dim instance As SearchPropertyStoreDatabase
[GuidAttribute("1AAB936C-E65C-4829-9683-5CCF5BAB90B0")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SearchPropertyStoreDatabase : SearchDatabase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.