Condividi tramite


Costruttore EdmModelBase

Inizializza una nuova istanza della classe EdmModelBase.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

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

Parametri

Vedere anche

Riferimento

EdmModelBase Classe

Spazio dei nomi Microsoft.Data.Edm.Library