次の方法で共有


IWithCreateMode<ParentT> インターフェイス

定義

データベースの作成モードを設定するSQL Database定義。

public interface IWithCreateMode<ParentT>
type IWithCreateMode<'ParentT> = interface
Public Interface IWithCreateMode(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithMode(CreateMode)

SQL Databaseの作成モードを設定します。

適用対象