RequestFormLimitsAttribute.KeyLengthLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
個別索引鍵長度的限制。 包含超過此限制之索引鍵的表單會在剖析時擲回 InvalidDataException 。
public:
property int KeyLengthLimit { int get(); void set(int value); };
public int KeyLengthLimit { get; set; }
member this.KeyLengthLimit : int with get, set
Public Property KeyLengthLimit As Integer