EdmPathTypeKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 Edm 路徑類型的類型。
public enum EdmPathTypeKind
type EdmPathTypeKind =
Public Enum EdmPathTypeKind
- 繼承
-
EdmPathTypeKind
欄位
AnnotationPath | 1 | 表示 Edm.AnnotationPath 類型。 |
NavigationPropertyPath | 3 | 代表 Edm.NavigationPropertyPath 類型。 |
None | 0 | 表示未知種類的路徑類型。 |
PropertyPath | 2 | 代表 Edm.PropertyPath 類型。 |