IMaintenancePlanPersist Interface

Definition

Important

This API is not CLS-compliant.

Represents the IMaintenancePlanPersist interface used by THAT'S designer.

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

Methods

LoadMaintenancePlan(String, IManagedConnection, String)

Performs additional initialization for a Maintenance plan with information that is stored in msdb using a SqlClient connection.

LoadMaintenancePlan(String, SqlConnection, String)

Performs additional initialization for a Maintenance plan with information that is stored in msdb using an IManagedConnection connection.

SaveMaintenancePlan()

Persists additional information.

Applies to