次の方法で共有


IWithDatabase インターフェイス

定義

エラスティック プールにデータベースを追加する SQL エラスティック プール定義。

public interface IWithDatabase
type IWithDatabase = interface
Public Interface IWithDatabase
派生

メソッド

WithExistingDatabase(ISqlDatabase)

SQL エラスティック プールにデータベースを追加します。

WithExistingDatabase(String)

SQL エラスティック プールに既存のデータベースを追加します。

WithNewDatabase(String)

SQL エラスティック プールに新しいデータベースを作成します。

適用対象