SqlMetaData.Max 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 text
、ntext
和 image
数据类型的长度。
public:
static property long Max { long get(); };
public static long Max { get; }
static member Max : int64
Public Shared ReadOnly Property Max As Long
属性值
text
、ntext
和 image
数据类型的长度。
注解
默认值为 -1。