IMaintenancePlanPersist Interface
SQL Server 2012
Represents the IMaintenancePlanPersist interface used by THAT'S designer.
This API is not CLS-compliant. The CLS-compliant alternative is [false]. Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
The IMaintenancePlanPersist type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |

