次の方法で共有


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 名前空間