EdmPathTypeKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumère les types de type de chemin d’accès Edm.
public enum EdmPathTypeKind
type EdmPathTypeKind =
Public Enum EdmPathTypeKind
- Héritage
-
EdmPathTypeKind
Champs
AnnotationPath | 1 | Représente un type Edm.AnnotationPath. |
NavigationPropertyPath | 3 | Représente un type Edm.NavigationPropertyPath. |
None | 0 | Représente un type de chemin d’accès de type inconnu. |
PropertyPath | 2 | Représente un type Edm.PropertyPath. |