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 キーがクラスター化されている場合は 。

適用対象