Partager via


IMaintenancePlanPersist Interface

Définition

Important

Cette API n’est pas conforme CLS.

Représente l'interface IMaintenancePlanPersist utilisée par le concepteur THAT'S.

public interface class IMaintenancePlanPersist
[System.CLSCompliant(false)]
public interface IMaintenancePlanPersist
[<System.CLSCompliant(false)>]
type IMaintenancePlanPersist = interface
Public Interface IMaintenancePlanPersist
Attributs

Méthodes

LoadMaintenancePlan(String, IManagedConnection, String)

Effectue une initialisation supplémentaire pour un plan de maintenance avec les informations stockées dans msdb à l'aide d'une connexion SqlClient.

LoadMaintenancePlan(String, SqlConnection, String)

Effectue une initialisation supplémentaire pour un plan de maintenance avec des informations stockées dans msdb à l’aide d’une connexion IManagedConnection.

SaveMaintenancePlan()

Rend les informations supplémentaires persistantes.

S’applique à