IVsDataTableForeignKey.ReferencedTable Property

Definition

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.

Applies to