NavigationProperty.GetDependentProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
参照制約の依存する端にあるナビゲーション プロパティの外部キー プロパティを取得します。
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 空のコレクションを返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET