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