IVsDataTable.ForeignKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.