Membres SPContentDatabase (Microsoft.SharePoint.Administration)

Represents a content database that is part of a Windows SharePoint Services deployment.

Les tableaux suivants contiennent la liste des membres exposés par le type SPContentDatabase .

Constructeurs publics

  Nom Description
Méthode publique SPContentDatabase Ce membre est réservé à un usage interne et n'a pas été conçu pour être utilisé directement à partir du code.

Haut de page

Champs protégés

  Nom Description
Champ protégé Statique SqlDatabaseOption  Specifies SQL database options that are used in Transact-SQL statements. (hérité de SPDatabase)

Haut de page

Propriétés publiques

  Nom Description
Propriété publique CanMigrate Returns a value that indicates whether the content database can be migrated.
Propriété publique CanRenameOnRestore  Gets a Boolean value that indicates whether the database can be renamed when it is restored.(hérité de SPDatabase)
Propriété publique CanSelectForBackup  Gets or sets a Boolean value that specifies whether the database object and its children can be selected for a backup operation in the Central Administration user interface. (hérité de SPDatabase)
Propriété publique CanSelectForRestore  Gets or sets a Boolean value that specifies whether this object and its children can be selected for a restore operation in the Central Administration user interface. (hérité de SPDatabase)
Propriété publique CanUpgrade  Gets a value that indicates whether the object can be upgraded.(hérité de SPPersistedUpgradableObject)
Propriété publique CurrentChangeToken Gets the change token used to log the next change in the change log for the content database.
Propriété publique CurrentSiteCount Gets the current number of site collections that are represented in the content database.
Propriété publique DatabaseConnectionString  Gets the connection string that is used to connect to the database. (hérité de SPDatabase)
Propriété publique DiskSizeRequired  Gets the amount of disk space that is required for a backup.(hérité de SPDatabase)
Propriété publique DisplayName  Gets the display name that describes the persisted object instance within the administrative user interface.(hérité de SPPersistedObject)
Propriété publique Exists  Gets a Boolean value that indicates whether the database exists.(hérité de SPDatabase)
Propriété publique Farm  Gets the server farm where the object lives.(hérité de SPPersistedObject)
Propriété publique Id  Gets or sets the GUID that is associated with the object. (hérité de SPPersistedObject)
Propriété publique ID Use the Id property of the SPPersistedObject class instead. (In Windows SharePoint Services 2.0, the ID property returns the GUID of the content database and is maintained for backward compatibility.) Obsolète.
Propriété publique IsPaired Gets or sets a Boolean value that specifies whether the content database is paired to a Windows SharePoint Services 2.0 content database.
Propriété publique IsReadOnly  (hérité de SPDatabase)
Propriété publique MaximumSiteCount Gets or sets the maximum number of sites that can be represented in the content database.
Propriété publique Name  Gets or sets the name that identifies a particular instance of the object.(hérité de SPPersistedObject)
Propriété publique NeedsUpgrade  Gets or sets a Boolean value that specifies whether the object needs to be upgraded.(hérité de SPPersistedUpgradableObject)
Propriété publique NeedsUpgradeIncludeChildren  Gets a Boolean value that indicates whether the object should be upgraded, considering the children of the object.(hérité de SPPersistedUpgradableObject)
Propriété publique Parent  Gets the ID of the parent class that declares the object.(hérité de SPPersistedObject)
Propriété publique Password  Gets or sets the password that is used for SQL authentication.(hérité de SPDatabase)
Propriété publique Properties  Gets a property bag that is used to store properties for the persisted object.(hérité de SPPersistedObject)
Propriété publique SearchServiceInstance Gets or sets an instance of the search service that is associated with the content database.
Propriété publique Server Gets the name of the database server that contains the content database.
Propriété publique ServiceInstance  Gets an instance of the SQL service that owns the database.(hérité de SPDatabase)
Propriété publique Sites Gets the collection of site collections that are represented in the content database.
Propriété publique Status  Gets or sets the status of the object that the class represents.(hérité de SPPersistedObject)
Propriété publique TypeName Substitué. Gets the display name that is used to describe the object type in the administration user interface.
Propriété publique UpgradeContext  Gets additional upgrade context. (hérité de SPPersistedUpgradableObject)
Propriété publique UpgradedPersistedProperties  Gets the collection of field names and values for fields that were deleted or changed. (hérité de SPAutoSerializingObject)
Propriété publique Username  Gets or sets the user name that is used for SQL authentication login.(hérité de SPDatabase)
Propriété publique Version  Gets the time that the object was last updated.(hérité de SPPersistedObject)
Propriété publique WarningSiteCount Gets or sets the number of sites that can be created before a warning event is generated and the owner of the site collection is notified.
Propriété publique WebApplication Gets the Web application that uses the content database.

Haut de page

Méthodes publiques

(voir aussi Méthodes protégées )

  Nom Description
Méthode publique AddBackupObjects Substitué. Adds the content database to the backup/restore job. This method implements the AddBackupObjects method that is defined in the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface. The SPContentDatabase class can be backed up and restored and must therefore implement the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.
Méthode publique ChangeDatabaseInstance  (hérité de SPDatabase)
Méthode publique Clone  Returns a clone of the object that does not come from the in-memory cache, which enables calling code to help ensure thread safety.(hérité de SPPersistedObject)
Méthode publique Delete Substitué. Deletes the content database.
Méthode publique Equals  Surchargé. (hérité de SPPersistedObject)
Méthode publique Statique GenerateConnectionStringForProvisioning  (hérité de SPDatabase)
Méthode publique Statique GenerateRandomName  (hérité de SPDatabase)
Méthode publique GetActiveWorkItems Gets the collection of work items that are associated with the content database, based on the specified work item type.
Méthode publique GetChanges Surchargé. Queries the change log and returns a collection of changes recorded for the content database.
Méthode publique GetChild  Surchargé. (hérité de SPPersistedObject)
Méthode publique GetHashCode  Serves as a hash function for the persisted object.(hérité de SPPersistedObject)
Méthode publique GetObjectData  (hérité de SPAutoSerializingObject)
Méthode publique GetType  (hérité de Object)
Méthode publique GetWorkItems Returns the individual work items, number of columns, and number of rows in the specified work item collection as output parameters.
Méthode publique Invalidate  Invalidates computed property values of the IUpgradable interface.(hérité de SPPersistedUpgradableObject)
Méthode publique Migrate Surchargé. Migrates settings from the content database.
Méthode publique OnAbort  (hérité de SPDatabase)
Méthode publique OnBackup  (hérité de SPDatabase)
Méthode publique OnBackupComplete  (hérité de SPDatabase)
Méthode publique OnPostRestore Substitué. Called after the content database has been restored. This method implements the OnPostRestore method that is defined in the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface. The SPContentDatabase class can be backed up and restored and must therefore implement the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface; however, this method should only be called from Windows SharePoint Services catastrophic backup and restore infrastructure code.
Méthode publique OnPrepareBackup Substitué. Called before the content database backup begins. This method implements the OnPrepareBackup method that is defined in the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface. The SPContentDatabase class can be backed up and restored and must therefore implement the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface; however, this method should only be called from Windows SharePoint Services catastrophic backup and restore infrastructure code.
Méthode publique OnPreRestore Substitué. Called before restoration of the specified content database begins. This method implements the OnPreRestore method that is defined in the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface. The SPContentDatabase class can be backed up and restored and must therefore implement the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface; however, this method should only be called from Windows SharePoint Services catastrophic backup and restore infrastructure code.
Méthode publique OnRestore Substitué. Called when restoration of the specified content database begins. This method implements the OnRestore method that is defined in the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface. The SPContentDatabase class can be backed up and restored and must therefore implement the Microsoft.SharePoint.Administration.Backup.IBackupRestore interface; however, this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.
Méthode publique Statique op_Equality  (hérité de SPPersistedObject)
Méthode publique Statique op_Inequality  (hérité de SPPersistedObject)
Méthode publique Provision Surchargé. Substitué. Creates the content database.
Méthode publique Statique ReferenceEquals  (hérité de Object)
Méthode publique Repair Repairs the content database.
Méthode publique ToString  Returns the type and name of an object and of all its ancestors (parent, grandparent, and so on).(hérité de SPPersistedObject)
Méthode publique Uncache  Frees the memory cache that is used by the object.(hérité de SPPersistedObject)
Méthode publique Unprovision  Makes the necessary changes to the local server to clean up after deleting the database.(hérité de SPDatabase)
Méthode publique Update  Surchargé. (hérité de SPDatabase)
Méthode publique Upgrade Surchargé. Upgrades the object.

Haut de page

Méthodes protégées

  Nom Description
Méthode protégée Finalize  (hérité de Object)
Méthode protégée MemberwiseClone  (hérité de Object)
Méthode protégée OnDeserialization  Called immediately after the base class deserializes itself to do additional work.(hérité de SPPersistedObject)
Méthode protégée Statique Provision  Surchargé. (hérité de SPDatabase)
Méthode protégée UpdateParent  Causes the containing SPPersistedObject, if one exists, to update its state. (hérité de SPAutoSerializingObject)
Méthode protégée Validate Substitué. Validates the state of the content database before persisting it.

Haut de page

Voir aussi

Référence

SPContentDatabase, classe
Microsoft.SharePoint.Administration, espace de noms