Condividi tramite


SqlServerModelExtensions.GetPerformanceLevelSql Metodo

Definizione

Overload

GetPerformanceLevelSql(IModel)

Restituisce il livello di prestazioni del database.

GetPerformanceLevelSql(IReadOnlyModel)

Restituisce il livello di prestazioni del database.

GetPerformanceLevelSql(IModel)

Restituisce il livello di prestazioni del database.

public static string GetPerformanceLevelSql (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetPerformanceLevelSql : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetPerformanceLevelSql (model As IModel) As String

Parametri

model
IModel

Modello.

Restituisce

Livello di prestazioni del database.

Si applica a

GetPerformanceLevelSql(IReadOnlyModel)

Restituisce il livello di prestazioni del database.

public static string? GetPerformanceLevelSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetPerformanceLevelSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetPerformanceLevelSql (model As IReadOnlyModel) As String

Parametri

model
IReadOnlyModel

Modello.

Restituisce

Livello di prestazioni del database.

Si applica a