次の方法で共有


IMaintenancePlanPersist インターフェイス

定義

重要

この API は CLS 準拠ではありません。

THAT'S デザイナーによって使用される 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()

追加の情報を永続化します。

適用対象