初始化 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
值的型別。