IMaintenancePlanPersist 接口

定义

重要

此 API 不符合 CLS。

表示 THAT 的设计器使用的 IMaintenancePlanPersist 接口。

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

方法

LoadMaintenancePlan(String, IManagedConnection, String)

使用 SqlClient 连接为具有在 msdb 中存储的信息的维护计划执行附加的初始化。

LoadMaintenancePlan(String, SqlConnection, String)

对维护计划执行其他初始化,其中包含使用 IManagedConnection 连接存储在 msdb 中的信息。

SaveMaintenancePlan()

保留其他信息。

适用于