SchemaTableColumn.IsLong フィールド

定義

この列に長いデータが格納されているかどうかを示します。

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

フィールド値

注釈

長いデータの定義はプロバイダー固有です。 列に長いデータが含まれている場合は、文字列 "true" を返します。それ以外の場合は "false" です。

適用対象

こちらもご覧ください