Udostępnij przez


PrimaryKeyIndexConfiguration.IsClustered Metoda

Definicja

Przeciążenia

IsClustered()

Konfiguruje indeks do klastrowania.

IsClustered(Boolean)

Określa, czy indeks będzie klasterowany.

IsClustered()

Konfiguruje indeks do klastrowania.

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

Zwraca

To samo wystąpienie IndexConfigurationBase, aby można było połączyć wiele wywołań.

Dotyczy

IsClustered(Boolean)

Określa, czy indeks będzie klasterowany.

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

Wartość wskazująca, czy indeks powinien być klastrowany, czy nie.

Zwraca

To samo wystąpienie IndexConfigurationBase, aby można było połączyć wiele wywołań.

Dotyczy