Partager via


PrimaryKeyIndexConfiguration.IsClustered Méthode

Définition

Surcharges

IsClustered()

Configure l’index à cluster.

IsClustered(Boolean)

Configure si l’index sera en cluster ou non.

IsClustered()

Configure l’index à cluster.

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

Retours

Le même IndexConfigurationBase instance afin que plusieurs appels puissent être chaînés.

S’applique à

IsClustered(Boolean)

Configure si l’index sera en cluster ou non.

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

Paramètres

clustered
Boolean

Valeur indiquant si l’index doit être cluster ou non.

Retours

Le même IndexConfigurationBase instance afin que plusieurs appels puissent être chaînés.

S’applique à