Partager via


Constructeur EdmValue

Initialise une nouvelle instance de la classe EdmValue.

Espace de noms :  Microsoft.Data.Edm.Library.Values
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    type As IEdmTypeReference _
)
'Utilisation
Dim type As IEdmTypeReference

Dim instance As New EdmValue(type)
protected EdmValue(
    IEdmTypeReference type
)
protected:
EdmValue(
    IEdmTypeReference^ type
)
new : 
        type:IEdmTypeReference -> EdmValue
protected function EdmValue(
    type : IEdmTypeReference
)

Paramètres

Voir aussi

Référence

EdmValue Classe

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