次の方法で共有


SqlServerModelExtensions.GetServiceTierSqlConfigurationSource メソッド

定義

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

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetServiceTierSqlConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetServiceTierSqlConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetServiceTierSqlConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

パラメーター

model
IConventionModel

モデル。

戻り値

ConfigurationSourceデータベースのサービス レベルの 。

適用対象