ForeignKeys Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public ReadOnly Property ForeignKeys As ICollectionProperty(Of IForeignKey)
    Get
'Usage
Dim instance As Table
Dim value As ICollectionProperty(Of IForeignKey)

value = instance.ForeignKeys
public ICollectionProperty<IForeignKey> ForeignKeys { get; }
public:
virtual property ICollectionProperty<IForeignKey^>^ ForeignKeys {
    ICollectionProperty<IForeignKey^>^ get () sealed;
}
abstract ForeignKeys : ICollectionProperty<IForeignKey>
override ForeignKeys : ICollectionProperty<IForeignKey>
final function get ForeignKeys () : ICollectionProperty<IForeignKey>

Property Value

Type: Microsoft.Data.Tools.Model..::..ICollectionProperty< (Of < ( <'IForeignKey> ) > ) >

Implements

ITable..::..ForeignKeys

See Also

Reference

Table Class

Microsoft.Data.Tools.Model.Simple Namespace