次の方法で共有


AssociationProvider.ForeignKeyNames プロパティ

定義

この関連付けを構成する外部キーの名前を取得または設定します。

public:  virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ForeignKeyNames {  public:
System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); protected:
 void set(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ value); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<string> ForeignKeyNames { get; protected set; }
member this.ForeignKeyNames : System.Collections.ObjectModel.ReadOnlyCollection<string> with get, set
Public Overridable Property ForeignKeyNames As ReadOnlyCollection(Of String)

プロパティ値

この関連付けを構成する外部キーの名前。

適用対象