Partager via


Constructeur EdmStructuralProperty (IEdmStructuredType, String, IEdmTypeReference)

Initialise une nouvelle instance de la classe EdmStructuralProperty.

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

Syntaxe

'Déclaration
Public 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 EdmStructuralProperty(declaringType, _
    name, type)
public EdmStructuralProperty(
    IEdmStructuredType declaringType,
    string name,
    IEdmTypeReference type
)
public:
EdmStructuralProperty(
    IEdmStructuredType^ declaringType, 
    String^ name, 
    IEdmTypeReference^ type
)
new : 
        declaringType:IEdmStructuredType * 
        name:string * 
        type:IEdmTypeReference -> EdmStructuralProperty
public function EdmStructuralProperty(
    declaringType : IEdmStructuredType, 
    name : String, 
    type : IEdmTypeReference
)

Paramètres

Voir aussi

Référence

EdmStructuralProperty Classe

Surcharge EdmStructuralProperty

Espace de noms Microsoft.Data.Edm.Library