다음을 통해 공유


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 키가 클러스터형인지 여부에 대한 입니다.

적용 대상