IVsDataTable.ForeignKeys Property

Definition

Gets a list of foreign keys associated with the table object.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableForeignKey ^> ^ ForeignKeys { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableForeignKey ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableForeignKey> ForeignKeys { get; }
member this.ForeignKeys : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableForeignKey>
Public ReadOnly Property ForeignKeys As IList(Of IVsDataTableForeignKey)

Property Value

A list of IVsDataTableForeignKey objects representing the foreign keys associated with the table object.

Applies to