次の方法で共有


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 名前空間