Partager via


Constructeur EdmIntegerConstant (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 ( _
    value As Long _
)
'Utilisation
Dim value As Long

Dim instance As New EdmIntegerConstant(value)
public EdmIntegerConstant(
    long value
)
public:
EdmIntegerConstant(
    long long value
)
new : 
        value:int64 -> EdmIntegerConstant
public function EdmIntegerConstant(
    value : long
)

Paramètres

  • value
    Type : System.Int64
    Valeur entière représentée par cette valeur.

Voir aussi

Référence

EdmIntegerConstant Classe

Surcharge EdmIntegerConstant

Espace de noms Microsoft.Data.Edm.Library.Values