SqlMetaData.Max 属性

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public Shared ReadOnly Property Max As Long
    Get
用法
Dim value As Long

value = SqlMetaData.Max
public static long Max { get; }
public:
static property long long Max {
    long long get ();
}
static member Max : int64
static function get Max () : long

属性值

类型:System.Int64

请参阅

参考

SqlMetaData 类

System.Data.SqlServerCe 命名空间