PrimaryKey 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 PrimaryKey As IPrimaryKey
Get
'Usage
Dim instance As Table
Dim value As IPrimaryKey
value = instance.PrimaryKey
public IPrimaryKey PrimaryKey { get; }
public:
virtual property IPrimaryKey^ PrimaryKey {
IPrimaryKey^ get () sealed;
}
abstract PrimaryKey : IPrimaryKey
override PrimaryKey : IPrimaryKey
final function get PrimaryKey () : IPrimaryKey
Property Value
Type: Microsoft.Data.Tools.Model.Relational..::..IPrimaryKey