Partager via


IWithSpatialIndexes<ParentT> Interface

Définition

Étape de la définition de la stratégie d’indexation permettant de définir des index spatiaux.

public interface IWithSpatialIndexes<ParentT>
type IWithSpatialIndexes<'ParentT> = interface
Public Interface IWithSpatialIndexes(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé

Méthodes

WithSpatialIndex(SpatialSpec)

Spécifie un index spatial.

WithSpatialIndex(String, SpatialType[])

Spécifie un index spatial.

WithSpatialIndexes(IList<SpatialSpec>)

Spécifie les index spatiaux.

S’applique à