このナビゲーション プロパティの依存プロパティを取得します。これがプリンシパル 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>
このナビゲーション プロパティの依存プロパティ。