다음을 통해 공유


SqlServerIndexExtensions.GetIsCreatedOnlineConfigurationSource 메서드

정의

ConfigurationSource 인덱스가 온라인인지 여부에 대한 를 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsCreatedOnlineConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetIsCreatedOnlineConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsCreatedOnlineConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)

매개 변수

index
IConventionIndex

인덱스입니다.

반환

ConfigurationSource 인덱스가 온라인인지 여부에 대한 입니다.

적용 대상