SqlServerKeyExtensions.SetIsClustered 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetIsClustered(IMutableKey, Nullable<Boolean>) |
設定值,指出索引鍵是否已叢集化。 |
SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean) |
設定值,指出索引鍵是否已叢集化。 |
SetIsClustered(IMutableKey, Nullable<Boolean>)
設定值,指出索引鍵是否已叢集化。
public static void SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key, bool? clustered);
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IMutableKey * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsClustered (key As IMutableKey, clustered As Nullable(Of Boolean))
參數
- key
- IMutableKey
索引鍵。
適用於
SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)
設定值,指出索引鍵是否已叢集化。
public static void SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, bool? clustered, bool fromDataAnnotation = false);
public static bool? SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, bool? clustered, bool fromDataAnnotation = false);
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * Nullable<bool> * bool -> unit
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Sub SetIsClustered (key As IConventionKey, clustered As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIsClustered (key As IConventionKey, clustered As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)
參數
- key
- IConventionKey
索引鍵。
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
已設定的值。