Max 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: 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