Condividi tramite


Costruttore EdmProperty

Crea una nuova istanza della classe EdmProperty.

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

Sintassi

'Dichiarazione
Protected Sub New ( _
    declaringType As IEdmStructuredType, _
    name As String, _
    type As IEdmTypeReference _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

EdmProperty Classe

Spazio dei nomi Microsoft.Data.Edm.Library