次の方法で共有


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

定義

データベースの最大サイズ (バイト単位) を設定するSQL Database定義。

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

型パラメーター

ParentT

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

派生

メソッド

WithMaxSizeBytes(Int64)

SQL Databaseの最大サイズをバイト単位で設定します。

適用対象