Constructeur EdmIntegerConstant (IEdmPrimitiveTypeReference, Int64)
Initialise une nouvelle instance de la classe EdmIntegerConstant.
Espace de noms : Microsoft.Data.Edm.Library.Values
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Sub New ( _
type As IEdmPrimitiveTypeReference, _
value As Long _
)
'Utilisation
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
)
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Type de l'entier.
- value
Type : System.Int64
Valeur entière représentée par cette valeur.