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 如果索引为聚集,则为 。

适用于