Freigeben über


EdmModelBase-Konstruktor

Initialisiert eine neue Instanz der EdmModelBase-Klasse.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Protected Sub New ( _
    references As IEnumerable(Of IEdmModel), _
    annotationsManager As EdmDirectValueAnnotationsManager _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

EdmModelBase Klasse

Microsoft.Data.Edm.Library-Namespace