This topic has not yet been rated - Rate this topic

IMaintenancePlanPersist Interface

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)
[CLSCompliantAttribute(false)]
public interface IMaintenancePlanPersist

The IMaintenancePlanPersist type exposes the following members.

  NameDescription
Public methodLoadMaintenancePlan(String, IManagedConnection, String)Performs additional initialization for a Maintenance plan with information that is stored in msdb using a SqlClient connection.
Public methodLoadMaintenancePlan(String, SqlConnection, String)Performs additional initialization for a Maintenance plan with information that is stored in msdb using an IManagedConnection connection.
Public methodSaveMaintenancePlanPersists additional information.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.