Aracılığıyla paylaş


SqlServerModelExtensions.GetServiceTierSql Yöntem

Tanım

Aşırı Yüklemeler

GetServiceTierSql(IReadOnlyModel)

Veritabanının hizmet katmanını döndürür.

GetServiceTierSql(IModel)

Veritabanının hizmet katmanını döndürür.

GetServiceTierSql(IReadOnlyModel)

Veritabanının hizmet katmanını döndürür.

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

Parametreler

model
IReadOnlyModel

Model.

Döndürülenler

Veritabanının hizmet katmanı.

Şunlara uygulanır

GetServiceTierSql(IModel)

Veritabanının hizmet katmanını döndürür.

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

Parametreler

model
IModel

Model.

Döndürülenler

Veritabanının hizmet katmanı.

Şunlara uygulanır