EdmSchemaElementKind É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.
Définit les types d'éléments de schéma EDM.
public enum EdmSchemaElementKind
type EdmSchemaElementKind =
Public Enum EdmSchemaElementKind
- Héritage
-
EdmSchemaElementKind
Champs
Action | 3 | Représente un élément de schéma implémentant IEdmAction. |
EntityContainer | 4 | Représente un élément de schéma implémentant IEdmEntityContainer |
Function | 5 | Représente un élément de schéma implémentant IEdmAction. |
None | 0 | Représente un élément de schéma avec un type inconnu ou d’erreur. |
Term | 2 | Représente un élément de schéma implémentant IEdmTerm. |
TypeDefinition | 1 | Représente un élément de schéma implémentant IEdmSchemaType. |