Share via


IVsDataTableForeignKeyColumn.ReferencedColumn Property

Gets the table column that the foreign key column references in the referenced table.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property ReferencedColumn As IVsDataTableColumn
    Get
IVsDataTableColumn ReferencedColumn { get; }
property IVsDataTableColumn^ ReferencedColumn {
    IVsDataTableColumn^ get ();
}
abstract ReferencedColumn : IVsDataTableColumn
function get ReferencedColumn () : IVsDataTableColumn

Property Value

Type: Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn
An IVsDataTableColumn object representing the column that the foreign key column references in the referenced table.

.NET Framework Security

See Also

Reference

IVsDataTableForeignKeyColumn Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace