次の方法で共有


NavigationProperty.GetDependentProperties メソッド

定義

参照制約の依存する端にあるナビゲーション プロパティの外部キー プロパティを取得します。

public:
 System::Collections::Generic::IEnumerable<System::Data::Metadata::Edm::EdmProperty ^> ^ GetDependentProperties();
public System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmProperty> GetDependentProperties ();
member this.GetDependentProperties : unit -> seq<System.Data.Metadata.Edm.EdmProperty>
Public Function GetDependentProperties () As IEnumerable(Of EdmProperty)

戻り値

外部キー プロパティのコレクション。

注釈

参照制約の依存する末尾にあるナビゲーション プロパティの場合、 GetDependentProperties メソッドは対応する外部キー プロパティを返します。 返されるプロパティは、プリンシパルの終了キー プロパティと同じ順序になります。

ナビゲーション プロパティが参照制約の依存する末尾にない場合、メソッドは GetDependentProperties 空のコレクションを返します。

適用対象