Condividi tramite


Costruttore EdmIntegerConstant (IEdmPrimitiveTypeReference, Int64)

Inizializza una nuova istanza della classe EdmIntegerConstant.

Spazio dei nomi  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    type As IEdmPrimitiveTypeReference, _
    value As Long _
)
'Utilizzo
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
)

Parametri

  • value
    Tipo: System.Int64
    Integer rappresentato dal valore specifico.

Vedere anche

Riferimento

EdmIntegerConstant Classe

Overload EdmIntegerConstant

Spazio dei nomi Microsoft.Data.Edm.Library.Values