Freigeben über


MetaColumn.IsPrimaryKey Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Datenfeld Teil des Primärschlüssels der Tabelle ist.

public:
 property bool IsPrimaryKey { bool get(); };
public bool IsPrimaryKey { get; }
member this.IsPrimaryKey : bool
Public ReadOnly Property IsPrimaryKey As Boolean

Eigenschaftswert

Boolean

true, wenn das Datenfeld Teil des Primärschlüssels der Tabelle ist, andernfalls false.

Gilt für

Siehe auch