SqlFacetAttribute.IsFixedLength Property

Definition

Indicates whether the return type of the user-defined type is of a fixed length.

public:
 property bool IsFixedLength { bool get(); void set(bool value); };
public bool IsFixedLength { get; set; }
member this.IsFixedLength : bool with get, set
Public Property IsFixedLength As Boolean

Property Value

true if the return type is of a fixed length; otherwise false.

Remarks

This property must be set to false if the MaxSize property is set to 1.

The default value is false.

Applies to