共用方式為


IEdmEntityContainerElement 介面

表示所有 EDM 實體容器元素的通用元素。

命名空間:  Microsoft.Data.Edm
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public Interface IEdmEntityContainerElement _
    Inherits IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmElement
'用途
Dim instance As IEdmEntityContainerElement
public interface IEdmEntityContainerElement : IEdmNamedElement, 
    IEdmVocabularyAnnotatable, IEdmElement
public interface class IEdmEntityContainerElement : IEdmNamedElement, 
    IEdmVocabularyAnnotatable, IEdmElement
type IEdmEntityContainerElement =  
    interface
        interface IEdmNamedElement
        interface IEdmVocabularyAnnotatable
        interface IEdmElement
    end
public interface IEdmEntityContainerElement extends IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmElement

IEdmEntityContainerElement 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Container 取得包含此元素的容器。
公用屬性 ContainerElementKind 取得 EDM 容器元素型別。
公用屬性 Name 取得此元素的名稱。 (繼承自 IEdmNamedElement。)

上層

擴充 方法

  名稱 說明
公用擴充方法 Errors 取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。該方法不會分析此元素所參考的元素。例如,屬性的錯誤不包括其型別中的錯誤。 (由 ValidationExtensionMethods 定義。)
公用擴充方法 IsBad 指出這個元素是否包含 Errors(IEdmElement) 方法傳回的錯誤。 (由 ValidationExtensionMethods 定義。)
公用擴充方法 Location 取得指定之項目的位置。 (由 ExtensionMethods 定義。)
公用擴充方法 VocabularyAnnotations 取得從特定模型中所見之可註釋元素的詞彙註釋。 (由 ExtensionMethods 定義。)

上層

備註

沒有要更新的內容,請不要在這裡新增資料。

請參閱

參考

Microsoft.Data.Edm 命名空間