次の方法で共有


IEdmPropertyValueBinding.BoundProperty プロパティ

注釈によって値が指定されるプロパティを取得します。

名前空間:  Microsoft.Data.Edm.Annotations
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
ReadOnly Property BoundProperty As IEdmProperty
    Get
'使用
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

プロパティ値

型: Microsoft.Data.Edm.IEdmProperty
注釈によって値が指定されるプロパティ。

関連項目

参照

IEdmPropertyValueBinding インターフェイス

Microsoft.Data.Edm.Annotations 名前空間