次の方法で共有


EdmValue コンストラクター

EdmValue クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.Data.Edm.Library.Values
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Protected Sub New ( _
    type As IEdmTypeReference _
)
'使用
Dim type As IEdmTypeReference

Dim instance As New EdmValue(type)
protected EdmValue(
    IEdmTypeReference type
)
protected:
EdmValue(
    IEdmTypeReference^ type
)
new : 
        type:IEdmTypeReference -> EdmValue
protected function EdmValue(
    type : IEdmTypeReference
)

パラメーター

関連項目

参照

EdmValue クラス

Microsoft.Data.Edm.Library.Values 名前空間