共用方式為


IFormOptionsMetadata.KeyLengthLimit 屬性

定義

個別索引鍵長度的限制。 包含超過此限制之索引鍵的表單會在剖析時擲回 InvalidDataException。 預設為 2,048 個位元組,大約是 2 KB。

public int? KeyLengthLimit { get; }
member this.KeyLengthLimit : Nullable<int>
Public ReadOnly Property KeyLengthLimit As Nullable(Of Integer)

屬性值

適用於