다음을 통해 공유


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)

속성 값

ReadOnlyCollection<String>

연결을 구성하는 외래 키의 이름입니다.

적용 대상