共用方式為


Column.IsKey 屬性

定義

指出資料行是否為資料表索引鍵的布林值。 若資料行為資料表的索引鍵,則為 true;否則為 false。

public bool IsKey { get; set; }
member this.IsKey : bool with get, set
Public Property IsKey As Boolean

屬性值

適用於