IDataSourceFieldSchema.PrimaryKey Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Feld im Primärschlüssel enthalten ist.

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

Eigenschaftswert

Boolean

true, wenn das Feld im Primärschlüssel enthalten ist, andernfalls false.

Gilt für

Siehe auch