SqlFacetAttribute.IsFixedLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.