Condividi tramite


Proprietà IEdmPropertyValueBinding.BoundProperty

Ottiene la proprietà cui viene assegnato un valore dall'annotazione.

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

Sintassi

'Dichiarazione
ReadOnly Property BoundProperty As IEdmProperty
    Get
'Utilizzo
Dim instance As IEdmPropertyValueBinding
Dim value As IEdmProperty

value = instance.BoundProperty
IEdmProperty BoundProperty { get; }
property IEdmProperty^ BoundProperty {
    IEdmProperty^ get ();
}
abstract BoundProperty : IEdmProperty
function get BoundProperty () : IEdmProperty

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmProperty
Proprietà cui viene assegnato un valore dall'annotazione.

Vedere anche

Riferimento

IEdmPropertyValueBinding Interfaccia

Spazio dei nomi Microsoft.Data.Edm.Annotations