다음을 통해 공유


SqlServerKeyExtensions.IsClustered 메서드

정의

오버로드

IsClustered(IKey)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

IsClustered(IReadOnlyKey)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

IsClustered(IKey, StoreObjectIdentifier)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

IsClustered(IReadOnlyKey, StoreObjectIdentifier)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

IsClustered(IKey)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IKey -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IKey) As Nullable(Of Boolean)

매개 변수

key
IKey

키입니다.

반환

true 키가 클러스터되어 있으면 입니다.

적용 대상

IsClustered(IReadOnlyKey)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IReadOnlyKey) As Nullable(Of Boolean)

매개 변수

key
IReadOnlyKey

키입니다.

반환

true 키가 클러스터되어 있으면 입니다.

적용 대상

IsClustered(IKey, StoreObjectIdentifier)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IKey * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IKey, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

매개 변수

key
IKey

키입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

true 키가 클러스터되어 있으면 입니다.

적용 대상

IsClustered(IReadOnlyKey, StoreObjectIdentifier)

키가 클러스터링되었는지 여부를 나타내는 값을 반환합니다.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IReadOnlyKey, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

매개 변수

key
IReadOnlyKey

키입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

true 키가 클러스터되어 있으면 입니다.

적용 대상