Share via


ForeignKeyParts 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 ForeignKeyParts As ICollectionProperty(Of IForeignKeyPart)
    Get
'Usage
Dim instance As IForeignKey
Dim value As ICollectionProperty(Of IForeignKeyPart)

value = instance.ForeignKeyParts
ICollectionProperty<IForeignKeyPart> ForeignKeyParts { get; }
property ICollectionProperty<IForeignKeyPart^>^ ForeignKeyParts {
    ICollectionProperty<IForeignKeyPart^>^ get ();
}
abstract ForeignKeyParts : ICollectionProperty<IForeignKeyPart>
function get ForeignKeyParts () : ICollectionProperty<IForeignKeyPart>

Property Value

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

See Also

Reference

IForeignKey Interface

Microsoft.Data.Tools.Model.Relational Namespace