Share via


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

'Declaration
ReadOnly Property ForeignKeys As IList(Of IVsDataTableForeignKey)
'Usage
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.

.NET Framework Security

See Also

Reference

IVsDataTable Interface

IVsDataTable Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace