次の方法で共有


SqlServerKeyExtensions.GetIsClusteredConfigurationSource メソッド

定義

キーが ConfigurationSource クラスター化されているかどうかを示す を取得します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsClusteredConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key);
static member GetIsClusteredConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionKey -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsClusteredConfigurationSource (key As IConventionKey) As Nullable(Of ConfigurationSource)

パラメーター

key
IConventionKey

キー。

戻り値

ConfigurationSourceキーがクラスター化されているかどうかを示す 。

適用対象