TableInfo.ForeignKeys Property

Returns a list of foreign keys within the table information.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public ReadOnly Property ForeignKeys As IList(Of ForeignKey)
'Usage
Dim instance As TableInfo
Dim value As IList(Of ForeignKey)

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

Property Value

Type: System.Collections.Generic.IList<ForeignKey>
An IList interface that contains a collection of ForeignKey objects.

Permissions

See Also

Reference

TableInfo Class

Microsoft.Web.Management.DatabaseManager Namespace