SqlServerModelExtensions.GetDatabaseMaxSize 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetDatabaseMaxSize(IModel) |
傳回資料庫的大小上限。 |
GetDatabaseMaxSize(IReadOnlyModel) |
傳回資料庫的大小上限。 |
GetDatabaseMaxSize(IModel)
傳回資料庫的大小上限。
public static string GetDatabaseMaxSize (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetDatabaseMaxSize : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetDatabaseMaxSize (model As IModel) As String
參數
- model
- IModel
模型本身。
傳回
資料庫的大小上限。
適用於
GetDatabaseMaxSize(IReadOnlyModel)
傳回資料庫的大小上限。
public static string? GetDatabaseMaxSize (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetDatabaseMaxSize : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetDatabaseMaxSize (model As IReadOnlyModel) As String
參數
- model
- IReadOnlyModel
模型本身。
傳回
資料庫的大小上限。