IVsDataTableForeignKeyColumn.ReferencedColumn Property

Definition

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.

Applies to