IVsDataTable.ForeignKeys Property

Gets a list of foreign keys associated with the table object.

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

Syntax

ReadOnly Property ForeignKeys As IList(Of IVsDataTableForeignKey)

Dim instance As IVsDataTable
Dim value As IList(Of IVsDataTableForeignKey)

value = instance.ForeignKeys
IList<IVsDataTableForeignKey> ForeignKeys { get; }
property IList<IVsDataTableForeignKey^>^ ForeignKeys {
    IList<IVsDataTableForeignKey^>^ get ();
}
function get ForeignKeys () : IList<IVsDataTableForeignKey>

Property Value

Type: System.Collections.Generic.IList<IVsDataTableForeignKey>

A list of IVsDataTableForeignKey objects representing the foreign keys associated with the table object.

Permissions

See Also

Reference

IVsDataTable Interface

IVsDataTable Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace