SchemaTableOptionalColumn.IsAutoIncrement フィールド

定義

列の列の値を自動的にインクリメントするかどうかを指定します。

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

フィールド値

注釈

列が自動的にインクリメントされる場合は、文字列 "true" を返します。それ以外の場合は "false" です。

適用対象

こちらもご覧ください