Freigeben über


IEdmPropertyValueBinding.BoundProperty-Eigenschaft

Ruft die Eigenschaft ab, der von der Anmerkung ein Wert gegeben wird.

Namespace:  Microsoft.Data.Edm.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property BoundProperty As IEdmProperty
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmProperty
Die Eigenschaft, der von der Anmerkung ein Wert gegeben wird.

Siehe auch

Verweis

IEdmPropertyValueBinding Schnittstelle

Microsoft.Data.Edm.Annotations-Namespace