初始化 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
)
参数
- type
类型:Microsoft.Data.Edm.IEdmTypeReference
值的类型。