共用方式為


EdmPropertyValueBinding.BoundProperty 屬性

取得或設定值由註釋指定的屬性。

命名空間:  Microsoft.Data.Edm.Library.Annotations
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public Property BoundProperty As IEdmProperty
    Get
    Set
'用途
Dim instance As EdmPropertyValueBinding
Dim value As IEdmProperty

value = instance.BoundProperty

instance.BoundProperty = value
public IEdmProperty BoundProperty { get; set; }
public:
virtual property IEdmProperty^ BoundProperty {
    IEdmProperty^ get () sealed;
    void set (IEdmProperty^ value) sealed;
}
abstract BoundProperty : IEdmProperty with get, set
override BoundProperty : IEdmProperty with get, set
final function get BoundProperty () : IEdmProperty
final function set BoundProperty (value : IEdmProperty)

屬性值

型別:Microsoft.Data.Edm.IEdmProperty

實作

IEdmPropertyValueBinding.BoundProperty

請參閱

參考

EdmPropertyValueBinding 類別

Microsoft.Data.Edm.Library.Annotations 命名空間