ForeignKeys Property
Gets {insert text here}.
Namespace: Microsoft.Data.Tools.Model.Relational
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
ReadOnly Property ForeignKeys As ICollectionProperty(Of IForeignKey)
Get
'Usage
Dim instance As ITable
Dim value As ICollectionProperty(Of IForeignKey)
value = instance.ForeignKeys
ICollectionProperty<IForeignKey> ForeignKeys { get; }
property ICollectionProperty<IForeignKey^>^ ForeignKeys {
ICollectionProperty<IForeignKey^>^ get ();
}
abstract ForeignKeys : ICollectionProperty<IForeignKey>
function get ForeignKeys () : ICollectionProperty<IForeignKey>
Property Value
Type: Microsoft.Data.Tools.Model..::..ICollectionProperty< (Of < ( <'IForeignKey> ) > ) >