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" です。

適用対象

こちらもご覧ください