共用方式為


EdmModelBase 建構函式

初始化 EdmModelBase 類別的新執行個體。

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

語法

'宣告
Protected Sub New ( _
    references As IEnumerable(Of IEdmModel), _
    annotationsManager As EdmDirectValueAnnotationsManager _
)
'用途
Dim references As IEnumerable(Of IEdmModel)
Dim annotationsManager As EdmDirectValueAnnotationsManager

Dim instance As New EdmModelBase(references, _
    annotationsManager)
protected EdmModelBase(
    IEnumerable<IEdmModel> references,
    EdmDirectValueAnnotationsManager annotationsManager
)
protected:
EdmModelBase(
    IEnumerable<IEdmModel^>^ references, 
    EdmDirectValueAnnotationsManager^ annotationsManager
)
new : 
        references:IEnumerable<IEdmModel> * 
        annotationsManager:EdmDirectValueAnnotationsManager -> EdmModelBase
protected function EdmModelBase(
    references : IEnumerable<IEdmModel>, 
    annotationsManager : EdmDirectValueAnnotationsManager
)

參數

請參閱

參考

EdmModelBase 類別

Microsoft.Data.Edm.Library 命名空間