共用方式為


SchemaTableColumn.IsKey 欄位

定義

指定這個資料行是否為資料表的索引鍵。

public: static initonly System::String ^ IsKey;
public static readonly string IsKey;
 staticval mutable IsKey : string
Public Shared ReadOnly IsKey As String 

欄位值

備註

如果數據行是索引鍵,則傳回字串 「true」 ;否則為 「false」。。

適用於

另請參閱