次の方法で共有


SqlServerIndexExtensions.IsClustered メソッド

定義

オーバーロード

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

インデックスがクラスター化されているかどうかを示す値を返します。

IsClustered(IIndex, StoreObjectIdentifier)

インデックスがクラスター化されているかどうかを示す値を返します。

IsClustered(IReadOnlyIndex)

インデックスがクラスター化されているかどうかを示す値を返します。

IsClustered(IIndex)

インデックスがクラスター化されているかどうかを示す値を返します。

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

インデックスがクラスター化されているかどうかを示す値を返します。

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

パラメーター

index
IReadOnlyIndex

インデックス。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

true インデックスがクラスター化されている場合は 。

適用対象

IsClustered(IIndex, StoreObjectIdentifier)

インデックスがクラスター化されているかどうかを示す値を返します。

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

パラメーター

index
IIndex

インデックス。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

true インデックスがクラスター化されている場合は 。

適用対象

IsClustered(IReadOnlyIndex)

インデックスがクラスター化されているかどうかを示す値を返します。

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

パラメーター

index
IReadOnlyIndex

インデックス。

戻り値

true インデックスがクラスター化されている場合は 。

適用対象

IsClustered(IIndex)

インデックスがクラスター化されているかどうかを示す値を返します。

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

パラメーター

index
IIndex

インデックス。

戻り値

true インデックスがクラスター化されている場合は 。

適用対象