MetaForeignKeyColumn.ForeignKeyNames Vlastnost

Definice

Získá kolekci, která obsahuje názvy cizích klíčů v asociaci, které představují relaci databáze.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ForeignKeyNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ForeignKeyNames { get; }
member this.ForeignKeyNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ForeignKeyNames As ReadOnlyCollection(Of String)

Hodnota vlastnosti

ReadOnlyCollection<String>

Kolekce obsahující názvy cizích klíčů.

Platí pro