次の方法で共有


SqlServerModelExtensions.GetServiceTierSql メソッド

定義

オーバーロード

GetServiceTierSql(IReadOnlyModel)

データベースのサービス レベルを返します。

GetServiceTierSql(IModel)

データベースのサービス レベルを返します。

GetServiceTierSql(IReadOnlyModel)

データベースのサービス レベルを返します。

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

パラメーター

model
IReadOnlyModel

モデル。

戻り値

データベースのサービス階層。

適用対象

GetServiceTierSql(IModel)

データベースのサービス レベルを返します。

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

パラメーター

model
IModel

モデル。

戻り値

データベースのサービス階層。

適用対象