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

適用於