初始化 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
此值所表示的整數值。