MaxLength 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public ReadOnly Property MaxLength As Long
Get
'用途
Dim instance As SqlMetaData
Dim value As Long
value = instance.MaxLength
public long MaxLength { get; }
public:
property long long MaxLength {
long long get ();
}
member MaxLength : int64
function get MaxLength () : long