次の方法で共有


IEdmNavigationProperty.DependentProperties プロパティ

このナビゲーション プロパティの依存プロパティを取得します。これがプリンシパル End である場合、または参照制約がない場合は、null を返します。

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

構文

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

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

プロパティ値

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

関連項目

参照

IEdmNavigationProperty インターフェイス

Microsoft.Data.Edm 名前空間