次の方法で共有


ISqlAgentOperations インターフェイス

定義

SqlAgentOperations 操作。

public interface ISqlAgentOperations
type ISqlAgentOperations = interface
Public Interface ISqlAgentOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, SqlAgentConfiguration, Dictionary<String,List<String>>, CancellationToken)

新しい SQL エージェント構成をインスタンスに配置します。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

現在のインスタンス SQL エージェントの構成を取得します。

拡張メソッド

CreateOrUpdate(ISqlAgentOperations, String, String, SqlAgentConfiguration)

新しい SQL エージェント構成をインスタンスに配置します。

CreateOrUpdateAsync(ISqlAgentOperations, String, String, SqlAgentConfiguration, CancellationToken)

新しい SQL エージェント構成をインスタンスに配置します。

Get(ISqlAgentOperations, String, String)

現在のインスタンス SQL エージェントの構成を取得します。

GetAsync(ISqlAgentOperations, String, String, CancellationToken)

現在のインスタンス SQL エージェントの構成を取得します。

適用対象