次の方法で共有


EdmNavigationProperty.DependentProperties プロパティ

このナビゲーション プロパティが表すアソシエーションの依存プロパティを取得または設定します。

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

構文

'宣言
Public ReadOnly Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
    Get
'使用
Dim instance As EdmNavigationProperty
Dim value As IEnumerable(Of IEdmStructuralProperty)

value = instance.DependentProperties
public IEnumerable<IEdmStructuralProperty> DependentProperties { get; }
public:
virtual property IEnumerable<IEdmStructuralProperty^>^ DependentProperties {
    IEnumerable<IEdmStructuralProperty^>^ get () sealed;
}
abstract DependentProperties : IEnumerable<IEdmStructuralProperty>
override DependentProperties : IEnumerable<IEdmStructuralProperty>
final function get DependentProperties () : IEnumerable<IEdmStructuralProperty>

プロパティ値

型: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
このナビゲーション プロパティが表すアソシエーションの依存プロパティ。

実装

IEdmNavigationProperty.DependentProperties

関連項目

参照

EdmNavigationProperty クラス

Microsoft.Data.Edm.Library 名前空間