Aracılığıyla paylaş


SqlServerModelExtensions.GetDatabaseMaxSize Yöntem

Tanım

Aşırı Yüklemeler

GetDatabaseMaxSize(IModel)

Veritabanının en büyük boyutunu döndürür.

GetDatabaseMaxSize(IReadOnlyModel)

Veritabanının en büyük boyutunu döndürür.

GetDatabaseMaxSize(IModel)

Veritabanının en büyük boyutunu döndürür.

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

Parametreler

model
IModel

Model.

Döndürülenler

Veritabanının en büyük boyutu.

Şunlara uygulanır

GetDatabaseMaxSize(IReadOnlyModel)

Veritabanının en büyük boyutunu döndürür.

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

Parametreler

model
IReadOnlyModel

Model.

Döndürülenler

Veritabanının en büyük boyutu.

Şunlara uygulanır