IVsDataTableForeignKey.ReferencedTable 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.
The data table referenced in this foreign key.
public:
property Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTable ^ ReferencedTable { Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTable ^ get(); };
public Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTable ReferencedTable { get; }
member this.ReferencedTable : Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTable
Public ReadOnly Property ReferencedTable As IVsDataTable
Property Value
The referenced table.