PrimaryKeyParts 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 PrimaryKeyParts As ICollectionProperty(Of IPrimaryKeyPart)
    Get
'Usage
Dim instance As PrimaryKey
Dim value As ICollectionProperty(Of IPrimaryKeyPart)

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

Property Value

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

Implements

IPrimaryKey..::..PrimaryKeyParts

See Also

Reference

PrimaryKey Class

Microsoft.Data.Tools.Model.Simple Namespace