初始化 EdmIntegerConstant 类的新实例。
命名空间: Microsoft.Data.Edm.Library.Values
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Sub New ( _
type As IEdmPrimitiveTypeReference, _
value As Long _
)
用法
Dim type As IEdmPrimitiveTypeReference
Dim value As Long
Dim instance As New EdmIntegerConstant(type, value)
public EdmIntegerConstant(
IEdmPrimitiveTypeReference type,
long value
)
public:
EdmIntegerConstant(
IEdmPrimitiveTypeReference^ type,
long long value
)
new :
type:IEdmPrimitiveTypeReference *
value:int64 -> EdmIntegerConstant
public function EdmIntegerConstant(
type : IEdmPrimitiveTypeReference,
value : long
)
参数
- type
类型:Microsoft.Data.Edm.IEdmPrimitiveTypeReference
该整数的类型。
- value
类型:System.Int64
此值所表示的整数值。