Partager via


Constructeur EdmProperty

Crée une instance de la classe EdmProperty.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    declaringType As IEdmStructuredType, _
    name As String, _
    type As IEdmTypeReference _
)
'Utilisation
Dim declaringType As IEdmStructuredType
Dim name As String
Dim type As IEdmTypeReference

Dim instance As New EdmProperty(declaringType, _
    name, type)
protected EdmProperty(
    IEdmStructuredType declaringType,
    string name,
    IEdmTypeReference type
)
protected:
EdmProperty(
    IEdmStructuredType^ declaringType, 
    String^ name, 
    IEdmTypeReference^ type
)
new : 
        declaringType:IEdmStructuredType * 
        name:string * 
        type:IEdmTypeReference -> EdmProperty
protected function EdmProperty(
    declaringType : IEdmStructuredType, 
    name : String, 
    type : IEdmTypeReference
)

Paramètres

Voir aussi

Référence

EdmProperty Classe

Espace de noms Microsoft.Data.Edm.Library