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 命名空间