Sdílet prostřednictvím


PrimaryKeyIndexConfiguration.IsClustered Metoda

Definice

Přetížení

IsClustered()

Nakonfiguruje index tak, aby byl clusterovaný.

IsClustered(Boolean)

Konfiguruje, jestli bude index clusterovaný.

IsClustered()

Nakonfiguruje index tak, aby byl clusterovaný.

public System.Data.Entity.ModelConfiguration.Configuration.PrimaryKeyIndexConfiguration IsClustered ();
member this.IsClustered : unit -> System.Data.Entity.ModelConfiguration.Configuration.PrimaryKeyIndexConfiguration
Public Function IsClustered () As PrimaryKeyIndexConfiguration

Návraty

Stejná instance IndexConfigurationBase, aby bylo možné zřetězených více volání.

Platí pro

IsClustered(Boolean)

Konfiguruje, jestli bude index clusterovaný.

public System.Data.Entity.ModelConfiguration.Configuration.PrimaryKeyIndexConfiguration IsClustered (bool clustered);
member this.IsClustered : bool -> System.Data.Entity.ModelConfiguration.Configuration.PrimaryKeyIndexConfiguration
Public Function IsClustered (clustered As Boolean) As PrimaryKeyIndexConfiguration

Parametry

clustered
Boolean

Hodnota označující, jestli má být index clusterovaný nebo ne.

Návraty

Stejná instance IndexConfigurationBase, aby bylo možné zřetězených více volání.

Platí pro