IVsDataTableForeignKeyColumn.ReferencedColumn 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 the table column that the foreign key column references in the referenced table.
public:
property Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn ^ ReferencedColumn { Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn ^ get(); };
public Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn ReferencedColumn { get; }
member this.ReferencedColumn : Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn
Public ReadOnly Property ReferencedColumn As IVsDataTableColumn
Property Value
An IVsDataTableColumn object representing the column that the foreign key column references in the referenced table.