Udostępnij przez


IndexConfiguration.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.IndexConfiguration IsClustered();
member this.IsClustered : unit -> System.Data.Entity.ModelConfiguration.Configuration.IndexConfiguration
Public Function IsClustered () As IndexConfiguration

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.IndexConfiguration IsClustered(bool clustered);
member this.IsClustered : bool -> System.Data.Entity.ModelConfiguration.Configuration.IndexConfiguration
Public Function IsClustered (clustered As Boolean) As IndexConfiguration

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