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

適用対象

こちらもご覧ください