SearchAdminDatabase Members
Include Protected Members
Include Inherited Members
Encapsulates the search administration database.
The SearchAdminDatabase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchAdminDatabase() | Initializes a new instance of the SearchAdminDatabase class. | |
SearchAdminDatabase(String, SPDatabaseServiceInstance) | Initializes a new instance of the SearchAdminDatabase class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
AddBackupObjects | Adds the administration database to the specified SPBackupRestoreObject. (Overrides SearchDatabaseAddBackupObjects(SPBackupRestoreObject).) | |
AddFailoverServiceInstance | (Inherited from SPDatabase.) | |
ChangeDatabaseInstance(String) | (Inherited from SPDatabase.) | |
ChangeDatabaseInstance(SPDatabaseServiceInstance) | (Inherited from SPDatabase.) | |
Clone | (Inherited from SPPersistedObject.) | |
CreateInstance(SPFarm, SPDatabaseParameters) | Creates an instance of the SearchAdminDatabase class. | |
CreateInstance(SPFarm, SPDatabaseParameters, SPDatabaseValidation) | Creates an instance of the SearchAdminDatabase class. | |
CreateNew | Creates and provisions an instance of the search administration database. | |
Delete | (Inherited from SPPersistedObject.) | |
EnsureTopologyInConfigDB | Ensures that the configuration database has been updated with the contents of the search administration database. | |
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.) | |
GetVersionForId | (Inherited from SPDatabase.) | |
GrantAccess(SecurityIdentifier) | (Inherited from SPDatabase.) | |
GrantAccess(SecurityIdentifier, String) | (Inherited from SPDatabase.) | |
GrantOwnerAccessToDatabaseAccount | (Inherited from SPDatabase.) | |
HasAdditionalUpdateAccess | (Inherited from SPPersistedObject.) | |
Invalidate | (Inherited from SPDatabase.) | |
IsEmpty | (Inherited from SPDatabase.) | |
MemberwiseClone | (Inherited from Object.) | |
OnAbort | (Inherited from SPDatabase.) | |
OnBackup | Provides the method called when the database is being backed up. (Overrides SearchDatabaseOnBackup(Object, SPBackupInformation).) | |
OnBackupComplete | (Inherited from SPDatabase.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
OnPostRestore | Provides the method called after the restore operation has been completed. (Overrides SPDatabase.OnPostRestore(Object, SPRestoreInformation).) | |
OnPrepareBackup | (Inherited from SPDatabase.) | |
OnPreRestore | Provides the method that is called before the restore operation starts. (Overrides SPDatabase.OnPreRestore(Object, SPRestoreInformation).) | |
OnRestore | Provides the method that is called when the database is being restored. (Overrides SearchDatabaseOnRestore(Object, SPRestoreInformation).) | |
Provision | (Inherited from SPPersistedObject.) | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | (Inherited from SPDatabase.) | |
Update() | (Inherited from SPDatabase.) | |
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.) | |
WarnAboutRemoteBlobStorageSettings | (Inherited from SPDatabase.) |
Top