다음을 통해 공유


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 네임스페이스