SqlServerKeyExtensions.IsClustered 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
如果金鑰已叢集,則為 。