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
この値によって表される整数値。