次の方法で共有


IWithDatabase インターフェイス

定義

データベースを指定するための SQL Server 定義。

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

メソッド

WithNewDatabase(String)

SQL Server に新しいデータベースを作成します。

WithoutDatabase(String)

SQL Server からデータベースを削除します。

適用対象