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

Store 物件的識別碼。

傳回

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

Store 物件的識別碼。

傳回

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 如果索引已叢集,則為 。

適用於